Table 'performance_schema.session_variables' doesn't exist

后端 未结 9 1607
攒了一身酷
攒了一身酷 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

    I was able to log on to the mysql server after running the command @robregonm suggested:

    mysql_upgrade -u root -p --force
    

    A MySQL server restart is required.

提交回复
热议问题