Justtechjobs.com Find a programming school near you






Online Campus Both


php-db | 2001041

Re: [PHP-DB] diferent user passwords From: Jeffrey A Schoolcraft (dream <email protected>)
Date: 04/13/01

* Romeo Manzur (rmanzur <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 <email protected> identified by 'pass1';
Grant SELECT on other.* to myuser <email protected> identified by 'pass2';

Jeff

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: php-db-unsubscribe <email protected>
For additional commands, e-mail: php-db-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>