bitsCN.com
从服务器上通过mysqldump命令导出文件
在导入到另外的库时,提示:
MySQL 返回:
#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'USING BTREE,
KEY `authorid` (`authorid`) USING BTREE,
KEY `dateline` (`datel' at line 24
经查找是mysql版本的问题,导入的库是 server version: 5.0.18,导出的库5.1.45.
打开导出的mysql文件,找到类似
KEY `authorid` (`authorid`) USING BTREE,
修改成
KEY `authorid`USING BTREE(`authorid`)
重新导入,问题解决。
作者“石膏娃娃”
每个人都需要一台速度更快、更稳定的 PC。随着时间的推移,垃圾文件、旧注册表数据和不必要的后台进程会占用资源并降低性能。幸运的是,许多工具可以让 Windows 保持平稳运行。
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号