标签: mysql load local load-data-infile
我正在尝试执行一个简单的加载数据本地infile语句,但我不断收到以下错误:
Error Code: 1148. The used command is not allowed with this MySQL version
正如标题中所提到的,如果我运行它:
select @@global.local_infile;
我得到1。
我正在使用mysql workbench,尽管当我使用命令行时会发生同样的事情。
为什么加载数据本地infile语句出错?