MySQL 's 'secure-file-priv' not allowing load data infile, even from the allocated safe folder

后端 未结 2 614
暗喜
暗喜 2021-01-07 01:23

I am trying to upload a large .csv file into a database (not on a server, just on my local computer only for my use) on MySQL. I have been having the Error Code: 12

2条回答
  •  伪装坚强ぢ
    2021-01-07 01:40

    I had the same issue. Using forward slashes instead of backslashes (even on Windows machine) fixed it for me.

提交回复
热议问题