Mysql Workbench Table Fetching Solution

error: Mysql Workbench Table Fetching
tables fetching mysql workbench

How did I get to this issue?

I got this error after I imported a few tables via dump from my windows machine to my linux machine.

Solution:

Run the following command:

mysql_upgrade -u root -p --force

2 comments Write a comment