Forums | Webyog
Tools to manage and monitor MySQL databases
forums › forums › SQLyog › Using SQLyog › No Databases In Left Panel
Can you please check the permission for user by executing this command:
a. show grants for 'username'@'host';
b. Also execute “show databases;” (Does this query returns database name mentioned in connection dialogue)
I ended up creating a new user and deleting the old one… worked fine (as usual with sqlyog). I can only guess something was wrong on the server with the original database user.