Table 'performance_schema.session_variables' doesn't exist

后端 未结 9 1606
攒了一身酷
攒了一身酷 2020-12-22 15:00

After upgrading MySQL to 5.7.8-rc and loging to server I got error:

Table \'performance_schema.session_variables\' doesn\'t exist

I can\'t

9条回答
  •  情歌与酒
    2020-12-22 15:21

    mysql -u app -p
    mysql> set @@global.show_compatibility_56=ON;
    

    as per http://bugs.mysql.com/bug.php?id=78159 worked for me.

提交回复
热议问题