Forums | Webyog
Tools to manage and monitor MySQL databases
forums › forums › SQLyog › Using SQLyog › Hiding Db
If I have a user “xyz”, What should I do to hide the Database “mysql”(the main D:cool: from xyz??
Plz help me out.
disable ALL (including SELECT) global privileges (from user management .. edit user) for that user to MySQL-DB in SQLyog user management
Use the “manage permission” and not “edit user” to give specific privileges to specific databases (or tables or columns) only.
It also depends upon the version of MySQL you are using. Older version of MySQL will display all the database names even though you dont have any permission on it.