At 4:14 -0700 5/14/02, naveed abdul wrote:
>    Dear sir,
>
>Iam created mysql databases with :
>mysqladmin create database. I was successfull.
>
>I created different databases now I want give
>different password for each database.Is it possible.If
>so how it was?
>Waiting for your replay,

Passwords are associated with MySQL user accounts, not with databases.
If you want per-database passwords, you'll need to associate a single
user account with each database, then connect as a given user to access
the corresponding database.

>regards
>
>
>
>=====
>
>naveed abdul
>     Software Engineer
>     IndiaCompuMaster Ltd.,


---------------------------------------------------------------------
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