...
The underlying MySQL installation may have become corrupted after an upgrade of MySQL. To confirm, connect to the MySQL server, and run the following command:
Code Block |
---|
SHOW VARIABLES LIKE 'character_set_database'; |
If this returns the error Table the MySQL installation is corrupted, the following error will be returned:
Code Block |
---|
Table 'performance_schema.session_variables' doesn't exist |
...
To resolve the issue with MySQL, see:
...