I am using phpmyadmin to control mysql on my server, now i want to create some users to access this admin tool, what i want is to make each user can create databases but can't see others databases.
Is that possible and how?
|
|
|
Try this:
You should see the new user in the User overview. Global privileges should say "Usage".
|
|||
|
|
|
|||
|
|
That's it. Note. I prefer to have a combination where the username is the same as the database name - some may argue against it. I'm using phpMyAdmin version 3.3.2. |
|||
|
|