问题:向mysql导入本地文件时,提示错误
错误信息:The used command is not allowed with this MySQL version
原因:在mysql.data升级之后,为了安全考虑,默认不允许加载本地文件数据
解决方案:
1.在mysql连接命令后设置AllowLoadLocalInfile为true