Mysql 已将文件移动到secure_file_priv指定的目录,但仍被卡住

Mysql 已将文件移动到secure_file_priv指定的目录,但仍被卡住,mysql,mysql-8.0,Mysql,Mysql 8.0,将文件(filename.csv)加载到表中时,它会被--secure file priv选项捕获,因此我将文件保存到下一个命令显示的目录C:\ProgramData\MySQL\MySQL Server 8.0\Uploads\ show variables like "secure_file_priv"; 那么 但它仍然坚持使用——secure file priv选项。为什么它仍然被卡住 错误代码: ERROR 1290 (HY000): The MySQL serve

将文件(filename.csv)加载到表中时,它会被
--secure file priv选项
捕获,因此我将文件保存到下一个命令显示的目录
C:\ProgramData\MySQL\MySQL Server 8.0\Uploads\

show variables like "secure_file_priv";
那么

但它仍然坚持使用
——secure file priv选项
。为什么它仍然被卡住

错误代码:

ERROR 1290 (HY000): The MySQL server is running with the --secure-file-priv option so it cannot execute this statement
翻译为(免费版本)

\是转义文字。 所以我需要打字
C:\\ProgramData\uuu MySQL\\MySQL…

ERROR 1290 (HY000): The MySQL server is running with the --secure-file-priv option so it cannot execute this statement