Re: [PHP-DB] diferent user passwords

2001-04-13 Thread Jeffrey A Schoolcraft
* Romeo Manzur ([EMAIL PROTECTED]) wrote: how could I configure diferent user password to each database on my server??? You can probably achieve this with grant statements. Grant SELECT on test.* to myuser@localhost identified by 'pass1'; Grant SELECT on other.* to myuser@localhost

RE: [PHP-DB] diferent user passwords

2001-03-23 Thread Brunner, Daniel
Hello... What you can do is create different users tables within the Database... Then write a script that checks the username and passwords for each Database, during login. Like do a SELECT username FROM usertable if (!username) then echo .. Or stick with one user and