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 one password...
Dan
> ----------
> From: Romeo Manzur
> Sent: Friday, March 23, 2001 9:46 AM
> To: [EMAIL PROTECTED]
> Subject: [PHP-DB] diferent user passwords
>
> how could I configure diferent user password to each database on my
> server???
>
> --
> --------------------------------------
> Romeo Manzur
> Web Application Developer
> iSilicom
> Av. 27 de Febrero 904-A Desp 1, Centro
> C.P.:86000
> Villahermosa, Tabasco, Mexico
> Tel.:(52)(9)3-12-4790
> --------------------------------------
>
>
>
> --
> PHP Database Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail:
> [EMAIL PROTECTED]
>
>
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]