MySql error reporting Table mysql.plugin doesn 't exist solution

  • 2020-05-15 02:17:05
  • OfStack

The reason for this is to manually change the database file storage address of my.ini

When the mysql service started, the built-in database "mysql" could not be found, and the table could not be found, so the above error was covered.

Solution: copy the "mysql" database in the installation directory or the previous directory to the new database file directory

Related articles: