-
Notifications
You must be signed in to change notification settings - Fork 20
MySQL
Gábor Szárnyas edited this page Feb 13, 2016
·
1 revision
Problem:
mysqldump: Couldn't execute 'SHOW VARIABLES LIKE 'gtid\_mode'': Table 'performance_schema.session_variables' doesn't exist (1146)
Solution:
(Based on http://stackoverflow.com/questions/31967527/table-performance-schema-session-variables-doesnt-exist)
sudo mysql_upgrade -u root -p --force
sudo service mysql restart