Home > Database > Mysql Tutorial > mysql_upgrade使用_MySQL

mysql_upgrade使用_MySQL

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
Release: 2016-06-01 13:30:52
Original
3356 people have browsed it

bitsCN.com


mysql_upgrade使用

 

mysql 升级到5.5  导出navicat 导出数据库的时候,出现了  
 

1547 column count of mysql.proc is wrong expected 20 found 16 the table is p

 

 解决:

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

 

2、开始->运行->输入cmd回车,在操作提示符下输入

 

E:/APMServ5.2.6/MySQL5.1/bin/mysql_upgrade -u root -p ***

 

(输入你的密码) 然后回车,待运行完之后关闭DOS窗口。(将其中的E:/APMserv5.2.6改成你自己实际安装的目录即可)

 

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

 

bitsCN.com
Related labels:
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