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

c++ - Compiling static TagLib 1.6.3 libraries for Windows -

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

xslt - Umbraco and EXSLT sets do not work -