热线电话:13121318867

登录
2020-06-05 阅读量: 588
把mysql升级到了8.0,从文件导入数据报错了,什么原因呢?报错:the used command ia not allowed with this MySQL version

导入报错1148 the used command ia not allowed with this MySQL version

报错提示这个语句不符合当前版本

mysql从5.7升级到8.0以后,导入数据的语句有些改变

5.7使用 load data local infile......

8.0使用 load data infile ......,在语句中把local关键字去掉即可

15.1200
3
关注作者
收藏
评论(0)

发表评论

暂无数据
推荐帖子