Navicat 1577-Cannot proceed because system tables used by Event Scheduler where found damaged at s, navicat

Source: Internet
Author: User
Tags mysql official site

Navicat 1577-Cannot proceed because system tables used by Event Scheduler where found damaged at s, navicat

Problem:

Today, Navicat is used. However, when a new mysql instance is connected, no matter whether a database is opened, the system prompts 1577-Cannot proceed because system tables used by Event Scheduler where found damaged at server start, according to the prompts, the system table is damaged, but there is no reason for all damages.


Solution:

So I checked some information online, but I was disappointed that there was no practical solution. After some tossing, I found some information in the mysql Chinese manual. It turned out that the structure of the system table was greatly adjusted since mysql, you must upgrade the system table structure for normal use.
Then, I found a message on Navicat's official website: Please try to update your system table and to see if it solves your problem. mysql_upgrade is stored in the "bin" folder under the MySQL server installation path.
It means to run the mysql_upgrade program in the bin directory of mysql to upgrade and update the system table to solve the problem. I am using APMserv5.2.6 to build a platform integrated with the PHP environment. I chose mysql5.1. However, the mysql_upgrade file is not found in the bin directory of mysql5.1. It seems that the author of APMserv has simplified the file accordingly.

Finally, I had to go to the mysql official site to download the corresponding zip package, extract the corresponding file, and run it. The problem was solved.


Method:
1. Copy the mysql_upgrade.exeand mysqlcheck.exe files to the APMServ5.2.6 \ MySQL5.1 \ bin directory.
2. Start-> Run-> Enter cmd and press Enter. At the operation prompt, enter E: \ APMServ5.2.6 \ MySQL5.1 \ bin \ mysql_upgrade-u root-p (database username and password) press enter to close the DOS window after running. (Change E: \ APMserv5.2.6 to the directory you actually installed)
3. Stop APMserv and restart APMserv once (preferably restart your computer). The problem can be solved.
Mysql Problems

If the system table is damaged, try again.

Why can't I open a database under Navicat80?

Is there a problem during the installation process?
 

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.