session_variables table does not exist in performance_schema
P粉504920992
P粉504920992 2023-09-22 13:52:07
0
2
1180

After upgrading MySQL to version 5.7.8-rc and logging into the server, I encountered the following error:

表'performance_schema.session_variables'不存在

I can't find any solution. can you help?

P粉504920992
P粉504920992

reply all(2)
P粉294954447

After running the command suggested by @robregonm, I was able to successfully log into the mysql server:

mysql_upgrade -u root -p --force

Need to restart the MySQL server.

P粉788571316

mysql_upgrade also works for me:

# mysql_upgrade -u root -p --force
# systemctl restart mysqld

good luck, MSz.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!