It would see you could us ethe GRANT command:

GRANT ALL PRIVILEGES ON database1.* TO user@"%" IDENTIFIED BY 'password1';
GRANT ALL PRIVILEGES ON database2.* TO user@"%" IDENTIFIED BY 'password2';
GRANT ALL PRIVILEGES ON database3.* TO user@"%" IDENTIFIED BY 'password3';

----- Original Message -----
From: "Mark Johnson" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, August 26, 2001 10:40 PM
Subject: Setting user passwords per database


Is it possible to set a differenent password per database for the same user?
It doen't appear to be possible....


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail
<[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to