100字范文,内容丰富有趣,生活中的好帮手!
100字范文 > mysql error 1148_MYSQL:ERROR 1148: The used command is not allowed with this MySQL version

mysql error 1148_MYSQL:ERROR 1148: The used command is not allowed with this MySQL version

时间:2019-12-13 01:09:15

相关推荐

mysql error 1148_MYSQL:ERROR 1148: The used command is not allowed with this MySQL version

ERROR 1148: The used command is not allowed with this MySQL version

出现以上问题根据手册:

如果LOAD DATA LOCAL INFILE在服务器或客户端被禁用,试图执行该语句的客户端将收到下面的错误消息 ERROR 1148: The used command is not allowed with this MySQL version

查询解决方案:

mysql -u root -h 127.0.0.1 weixin --local-infile=1 -e "load data local infile '/home/shiyanlou/pet.txt' into table pet lines terminated by '\r\n';"

执行后没有输出,怀着激动的心查询数据库

果然数据存在了,这么搞还真管用

--local-infile=1: 开启load功能

参考:

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。