Skip to content

MySQL workbench data base fetching error

Assalamu Allaikum

I don’t know how it started, but it happened after the upgrade of MySQL server in windows that the MySQL workbench does not loads the tables, views and procedures in a database instead keep on displaying the work “fetching” against the database name when clicked in SQL Editor->Object Browser.

After much installing and un installing the MySQL workbench, and upgrading constantly, I realized that the problem is from outside the workbench.

Well the solution is quite simple.

open the MySQL workbench (5.2.40) and from the top menu select Plugins then select “Start Shell for MySQL Utilities”

screen-shot-1

It will open up a command prompt window

now type in this window

mysql_upgrade –u username –p

replace the username with your mysl username

screen-shot-2

It will prompt for password, enter your mysql password and let it work for a while.

This is upgrade all of your databases and schemas to match the required settings of upgraded mysql server and also resolve the never ending “fetching” BUG in MySQL workbench.

JazakAllah

Leave a Reply

Your email address will not be published. Required fields are marked *

*