mySQL show database for user -


anyone knows mysql syntax show database names specific user has privilege see in mysql database? user 'dimitris' accessing database @ 'localhost', syntax see databases has privilege select, update, insert etc?

dimitris

you can list of databases have access with:

show databases; 

if want list other user user you're logged in as, have query mysql.db table.


Comments

Popular posts from this blog

silverlight - Applying a style to ItemContainerStyle in C# -

c# - NullReferenceException in MySqlClient.NativeDriver -

php - How can I merge Nodes & Webform Submissions into instances of one general Content Type in Drupal 6? -