【发布时间】:2019-06-21 02:20:05
【问题描述】:
我正在使用:
SELECT * FROM accounts INTO OUTFILE("C:/Users/Home/Documents/test.txt")
但我得到了错误:
(db:1290) The MySQL server is running with the --secure-file-priv option so it cannot execute this statement
我无权更改数据库的安全设置,但想知道是否有其他命令可以解决此问题。谢谢
【问题讨论】:
标签: mysql sql database csv load-data-infile