mysql load local data infield 报错 ERROR 1148 (42000): The used command is not allowed with this MyS

Posted 熊二

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了mysql load local data infield 报错 ERROR 1148 (42000): The used command is not allowed with this MyS相关的知识,希望对你有一定的参考价值。

mysql> load data local infile ‘/Users/flint/learn/mysql/pet‘ into table bx_pet;

 执行报错

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

 解决办法:

在连接数据库的时候使用

mysql --local-infile -uroot -p 连接即可

以上是关于mysql load local data infield 报错 ERROR 1148 (42000): The used command is not allowed with this MyS的主要内容,如果未能解决你的问题,请参考以下文章