Error Code: 1290. The MySQL server is running with the --secure-file-priv option so it cannot execute this statement

前端 未结 4 1229
你的背包
你的背包 2020-12-02 10:31

I encountered such a problem: Error Code: 1290. The MySQL server is running with the --secure-file-priv option so it cannot execute this statement when I tr

4条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-02 11:10

    If you changed my.ini and restarted mysql and you still get this error please check your file path and replace "\" to "/". I solved my proplem after replacing.

提交回复
热议问题