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

ASP.NET/SQL find the element ID and update database -

jquery - appear modal windows bottom -

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