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
查询解决方案:
执行后没有输出,怀着激动的心查询数据库
果然数据存在了,这么搞还真管用
--local-infile=1 : 开启load功能
参考:
http://doc.mysql.cn/mysql5/refman-5.1-zh.html-chapter/database-administration.html#load-data-local
http://doc.mysql.cn/mysql5/refman-5.1-zh.html-chapter/sql-syntax.html#load-data
http://blog.csdn.net/a342374071/article/details/8068524
MYSQL:ERROR 1148: The used command is not allowed with this MySQL version
原文:http://ouyangjun.blog.51cto.com/10284323/1748147