码迷,mamicode.com
首页 > 数据库 > 详细

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

时间:2018-09-21 10:55:48      阅读:134      评论:0      收藏:0      [点我收藏+]

标签:load   数据库   ble   解决办法   mys   root   --   man   not   

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 MySQL version

标签:load   数据库   ble   解决办法   mys   root   --   man   not   

原文地址:https://www.cnblogs.com/china-flint/p/9684895.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!