Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Tables could not be fetched - Error loading schema content

I open workbench and connect to a local database on XAMPP and when open the connection the schema show the error message:

"tables could not be fetched"

like image 843
Alex Roitman Avatar asked Jun 12 '19 14:06

Alex Roitman


2 Answers

For XAMPP, this worked for me - run this on terminal:

sudo /Applications/XAMPP/xamppfiles/bin/mysql_upgrade

Disconnect then reconnect to your db.

like image 163
Brittany Layne Rapheal Avatar answered Sep 18 '22 16:09

Brittany Layne Rapheal


run this command on terminal

sudo /opt/lampp/bin/mysql_upgrade
like image 45
Anh Tuấn Lê Avatar answered Sep 18 '22 16:09

Anh Tuấn Lê