我不太确定我正在尝试执行以下 MySQL 程序来解决与此类似的问题。
mysql -e "load data local infile \
'/tmp/ept_inventory_wasp_export_04292013.csv' into \
table wasp_ept_inv fields terminated by ',' \
lines terminated by '\n' ;"
在 bash 命令行并收到此错误
ERROR 1148 (42000) at line 1: The used command is not allowed with this MySQL version
我该如何解决这个问题?
我实际上是从 Python 程序运行此命令,但将命令拉出来尝试在 bash 命令行中摆弄它。
我已经了解了如何修改 my.cnf (local-infile),但如果可以避免的话,我不希望全局更改。
这是 MySQL 版本。
mysql Ver 14.14 Distrib 5.5.31, for debian-linux-gnu (i686) using readline 6.2