Home > Database > MySQL Workbench 5.2 – Fetching Tables Problem on Windows 7 64bit

MySQL Workbench 5.2 – Fetching Tables Problem on Windows 7 64bit

After updating the XAMPP and MySQL Workbench 5.2 started facing problem with MySQL Workbench 5.2 Fetching Tables Problem on Windows 7 64bit

After searching about and trying the different solutions, this works with me, which is as follows:

  1. Open the Command Prompt, by Clicking on RUN and type CMD
  2. Locate the directory where MySQL Workbench 5.2 is installed, i installed in xampp/mysql/
  3. Run the following commend mysql_upgrade -u root -p
  4. Enter the Password of your mysql database
  5. IF the command is already run before then add –force e.g  mysql_upgrade -u root -p –force
  6. Now RUN the MySQL Workbench 5.2
  7. Enter the Database username and password
  8. All the schema’s tables will be fetched

Hope this will help.

  1. July 9, 2012 at 10:39 pm

    Thank you! It worked.

  2. chris
    November 9, 2012 at 12:27 am

    worked for me thanks

  3. Eddy
    November 10, 2012 at 6:39 pm

    Worked magic for me! Thanks!

  4. serj
    October 6, 2013 at 11:56 am

    Take a look on a free tool — Valentina Studio. Amazing product! IMO this is the best manager for mysql for all platforms. http://www.valentina-db.com/en/valentina-studio-overview

  1. November 2, 2015 at 5:02 pm

Leave a comment