Skip to content
Gábor Szárnyas edited this page Feb 13, 2016 · 1 revision

Troubleshooting

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
Clone this wiki locally