日韩av黄I国产麻豆传媒I国产91av视频在线观看I日韩一区二区三区在线看I美女国产在线I麻豆视频国产在线观看I成人黄色短片

歡迎訪問 生活随笔!

生活随笔

當前位置: 首頁 >

MYSQL导出数据出现The MySQL server is running with the --secure-file-priv option so it cannot execute this

發布時間:2024/9/20 42 豆豆
生活随笔 收集整理的這篇文章主要介紹了 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的全部內容,希望文章能夠幫你解決所遇到的問題。

如果覺得生活随笔網站內容還不錯,歡迎將生活随笔推薦給好友。