Re: [PHP] can I limit DB access

2005-04-01 Thread Martín Marqués
El Vie 01 Abr 2005 17:22, Dave Reinhardt escribió: > How can I limit access to my database to one computer or one domain? > > I do not want it accessable from just any place on the web. This is DataBase related. PHP has nothing to do with it. And anyway, you are not saying which database you are

Re: [PHP] can I limit DB access

2005-04-01 Thread emre
mysql comes with 2 predefined databases, their names are show databases; 1. mysql 2. test open mysql database > use mysql; find the table named as 'user' , there mysql users and their access privileges are stored. >select Host, User, Password from user modify Host column as you wish to limit