Home > Database > Mysql Tutorial > body text

mysql客户端提示“Cannot proceed because system...”的问题_MySQL

WBOY
Release: 2016-06-01 13:33:10
Original
1467 people have browsed it

bitsCN.com

mysql客户端提示“Cannot proceed because system...”的问题

 

今天导库的时候遇到的问题:

 

    客户端提示“Cannot proceed because system tables used by Event Scheduler were found damaged at server start”

 

    造成此原因是MySQL服务器的当前版本不兼容所有数据库的表

 

最后总结一下问题解决方法:

 

1、将mysql_upgrade.exe和mysqlcheck.exe两个文件复制到 APMServ5.2.6/MySQL5.1/bin目录下。

 

2、 然后点击“开始”——>“运行”,输入“cmd”,敲“Enter”,进入DOS命令行窗口,(如果我们的APMServ被放在D区根目录下)输入 “D:”、回车(Enter),再输入“cd APMServ5.2.6/MySQL5.1/bin”、回车(Enter),再输入

 

“mysql_upgrade.exe -u root -p”(如果您的MySQL用户名还是root的话)、回车(Enter),此时DOS命令行会提示“Enter password:”,输入我们MySQL的密码,再回车(Enter),这样MySQL就会开始自动升级系统表结构

 

3、停止APMserv后再重新启动APMserv一次,问题即可解决。

 

bitsCN.com
Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template