处理mysql Loading local data is disabled报错

mysql报错

Loading local data is disabled; this must be enabled on both the client

解决方案

修改配置文件 /etc/my.cnf,增加以下配置

[mysqld]
local-infile=0

你可能感兴趣的:(mysql,mysql,sql)