php-db | 2001041
Date: 04/13/01
- Next message: Randall Barber: "[PHP-DB] odbc_fetch_row"
- Previous message: Sharmad Naik: "Re: [PHP-DB] SELECT query"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
* 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>
- Next message: Randall Barber: "[PHP-DB] odbc_fetch_row"
- Previous message: Sharmad Naik: "Re: [PHP-DB] SELECT query"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

