今天用navicat15同步阿里数据库数据,报了

[ERR] 8> 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 'SE_SPECIFIC, UNIQUE INDEX uk_year_month(year, month)
USING SE_SPECIFIC ’ at line 15

错误。
粘贴复制到谷歌、百度都搜不到任何信息。
只有自己去找原因了。
我看自己其他表都可以同步过去,唯独这个表不行。
自己对比后发现两个表的存储引擎用的不一样,存储方法也不一样,报错的这个表用的是阿里云数据库自带的XENGINE,存储方法为SE_SPECIFIC,而其他数据库用的是InnoDB,存储方法BTREE或者HASH。
如下:

所以改了下存储引擎后,一切恢复正常

同步也可以了。

后记:
还有可能的原因是我新的数据库不支持阿里云存储引擎导致。

MySQL server version for the right syntax to use near ‘SE_SPECIFIC相关推荐

  1. MySQL遇到check the manual that corresponds to your MySQL server version for the right syntax错误

    用MySQL新建了一个Order表,插入了一条数据.总是显示 You have an error in your SQL syntax; check the manual that correspon ...

  2. MySQL check the manual that corresponds to your MySQL server version for the right syntax错误

    地化GO的时候一直遇到一个错误就是check the manual that corresponds to your MySQL server version for the right syntax ...

  3. 一篇文章让你解决sql报错check the manual that corresponds to your MySQL server version for the right syntax to

    一篇文章让你解决sql报错 反馈 因为这一个问题,找到了很多类似问题,你在看到这篇博客时,可能不是这个,但是一定是下面其中一个: Mysql错误:check the manual that corre ...

  4. Mysql错误check the manual that corresponds to your MySQL server version for the right syntax

    数据库表字段与SQL关键字冲突导致的错误 错误信息为:check the manual that corresponds to your MySQL server version for the ri ...

  5. check the manual that corresponds to your MySQL server version for the right syntax to use near

    check the manual that corresponds to your MySQL server version for the right syntax to use near 'WHE ...

  6. check the manual that corresponds to your MySQL server version for the right syntax to use near异常原因

    check the manual that corresponds to your MySQL server version for the right syntax to use near异常原因 ...

  7. mapper文件报错:corresponds to your MySQL server version for the right syntax to use near ‘)VALUES( ‘

    错误描述:Error updating database. Cause: java.sql.SQLSyntaxErrorException: You have an error in your SQL ...

  8. check the manual that corresponds to your MySQL server version for the right syntax to use near (0)

    问题 在使用Navicat从mysql数据库导出sql后,在其他数据库中执行该sql语句时,报了以下错误 > 1064 - You have an error in your SQL synta ...

  9. corresponds to your MySQL server version for the right syntax to use near ‘identified by “解决办法

    报错: mysql> grant all privileges on *.* to "root"@"%" identified by "xxxx ...

最新文章

  1. Python面试题(二)
  2. AI 一体机,满足新时代的新需求
  3. python的多行语句可以使用反斜杠_python 为什么不用分号作终止符?
  4. 原创 | 万万没想到,JVM内存结构的面试题可以问的这么难?
  5. python可以下载百度文库_Python
  6. 小米虚高的估值泡沫要破了么?
  7. WinEdt LaTex(二)—— 空心中括号
  8. 记录.NET Core部署到Linux之.NET Core环境搭建(1)
  9. 注册测绘师的学习笔记
  10. 掘金夜谈-畅聊程序人生(笔记)
  11. pentaho mysql_pentaho5.0.1,mysql5 配置,安装
  12. Java笔记——Java 实现金额小写转大写
  13. API接口错误码设计最佳实践
  14. 企业内部应用(阿里商旅)集成 钉钉 与 微信 实现SSO单点登陆
  15. 程序员大佬都在用的代码编辑器,你不用就OUT啦
  16. 高一对口计算机试题及答案,高一计算机考试模拟题?
  17. 键盘与电脑识别问题?
  18. 并查集——奇偶性(Parity)
  19. tms320vc5416c语言编程,TMS320VC5416中文资料
  20. 触摸屏驱动:坐标转换

热门文章

  1. excel基础知识大全_24套广联达算量计价软件操作合集丨施工资料+170个建筑excel模板...
  2. electron 打开调试_【Electron】Electron 调试
  3. SRS开始支持SRT
  4. matlab 数值插值,MATLAB数值实验一(数据的插值运算及其应用完整版)
  5. 一个单片机驱动LCD编程思路
  6. 浅谈物理隔离与双网切换
  7. 全能视频转换工具:OmniConverter全能转换器 for Mac
  8. 【Android】Retrofit基础源码分析
  9. 我国的选煤工业发展方向
  10. 在vue里使用Lottie动画(实现 json 格式的动画)