小兔网

本篇文章给大家介绍一下MySQL运行SQL文件时出现问题的解决方法。有一定的参考价值,有需要的朋友可以参考一下,希望对大家有所帮助。

MySQL运行SQL文件时出现问题怎么办-mysql教程

参考:

Mysql错误:check the manual that corresponds to your MySQL server version for the right syntax【加 `符号、修改有冲突的字段名】

check the manual that corresponds to your MySQL server version for the right syntax错误【字段名用了关键字】

check the manual that corresponds to your MySQL server version for the right syntax to use near【where前多加了逗号】

Mysql异常check the manual that corresponds to your MySQL server version for the right syntax总结【sql是否有中文字符 、是否与关键字冲突、是否含特殊字符、是否正确分行】

这些文章里的答案都没有解决我的问题!!!

202106181148273089151

202106181148285648722

202106181148298075543

20210618114831196564

202106181148323464755

202106181148335469196

202106181148346810597

202106181148357273388

后面我使用“MySQL的工作台workspace8.0”,运行SQL文件,要是遇到的错误,会有红色下划线提示,发现:(SQL文件的时间有问题)

202106181148369915099

不是insert语句有问题,也不是create创建有问题,而是时间类型有问题,无论是datetime还是time,Navicat premium工具转储数据表的结构,时间后面都会带“(0)”!!!

2021061811483820514610

改:

把datetime(0)全替换成datetime或time(0)【如图所示,在xx.sql中,手动修改】:

2021061811483971123311

相关推荐:《mysql教程

以上就是MySQL运行SQL文件时出现问题怎么办的知识。速戳>>知识兔学习精品课!