0

Table 'performance_schema.session_variables' doesn't exist

I am using Laragon version 3 It was just Working Fine untill yesterday and today I could not be able to connect to Db using Heidsql, It throws the Follwoing Error

Table 'performance_schema.session_variables' doesn't exist

How to Fix This?

Database Add a comment
niklaus
asked Mar 04 2019
edited Mar 04 2019

Answer

0

mysql_upgrade works Well for the Following Problem

Go to the mysql bin Folder & Run the Following command in terminal

#mysql_upgrade -u root -p --force

After restarting Mysql Db connection Issue will be Resolved.

Add a comment
linuxhelp
asked Mar 04 2019
Post your Answer