MYSQL导出数据出现The MySQL server is running with the --secure-file-priv option so it cannot execute this
生活随笔
收集整理的這篇文章主要介紹了
MYSQL导出数据出现The MySQL server is running with the --secure-file-priv option so it cannot execute this
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
今天嘗試使用 into outfile導出數據的時候出現錯誤:
The MySQL server is running with the --secure-file-priv option so it cannot execute this statement
上網查了一下,應該是mysql設置的權限,可以使用
show variables like '%secure%';查看?secure-file-priv 當前的值是什么
導出的數據必須是這個值的指定路徑才可以導出,默認有可能是NULL就代表禁止導出,所以需要設置一下
知道mysql安裝路徑下的my.ini文件,設置一下路徑:
然后重啟數據庫即可;
來源:https://blog.csdn.net/man_to_home/article/details/54947518
總結
以上是生活随笔為你收集整理的MYSQL导出数据出现The MySQL server is running with the --secure-file-priv option so it cannot execute this的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 外地户口可以办理贷款购车吗
- 下一篇: 程序员,如何摆脱平庸?