MYSQL导入数据出现ERROR 1290 (HY000): The MySQL server is running with the --secure-file-priv option so it
Posted Bit_bo
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了MYSQL导入数据出现ERROR 1290 (HY000): The MySQL server is running with the --secure-file-priv option so it 相关的知识,希望对你有一定的参考价值。
mysql导入数据出现The MySQL server is running with the --secure-file-priv option so it cannot execute this statement
方法一:
这个原因其实很简单,是因为在安装MySQL的时候限制了导入与导出的目录权限
只能在规定的目录下才能导入
我们需要通过下面命令查看 secure-file-priv 当前的值是什么
show variables like \'%secure%\';
我们可以看到value的值为/var/lib/mysql-files/
那么我们把导入的路径改为上面的值就可以了
方法二:
如果觉得这样太麻烦,那么我们就需要改配置文件,
可以参考:http://blog.csdn.net/lyhvoyage/article/details/50521440
我改完之后觉得,原来的位置挺好,以后可能有需要再弄吧。
---恢复内容结束---
以上是关于MYSQL导入数据出现ERROR 1290 (HY000): The MySQL server is running with the --secure-file-priv option so it 的主要内容,如果未能解决你的问题,请参考以下文章
ERROR 1290 (HY000): The MySQL server is running with the --secure-file-priv option so it cannot exec
ERROR 1290 (HY000): The MySQL server is running with&nbs
mysql 导出数据到文件数据异常 ERROR 1290 (HY000): The MySQL server is running with the --secure-file-priv op
ERROR 1290 (HY000): The MySQL server is running with the --skip-grant-tables option so it cannot exe
mysql-修改密码(error-1290 (HY000): The MySQL server is running with the --skip-grant-tables option so)