gpt4 book ai didi

从 --secure-file-priv 文件夹导入 mysql,但仍然有错误

转载 作者:行者123 更新时间:2023-11-30 21:41:47 26 4
gpt4 key购买 nike

我设置了 --secure-file-priv 如下:

mysql> show variables like '%secure%';
+--------------------------+----------+
| Variable_name | Value |
+--------------------------+----------+
| require_secure_transport | OFF |
| secure_auth | ON |
| secure_file_priv | E:\test\ |
+--------------------------+----------+

但是我得到了这样的错误:

D:\Tool\mysql-5.7.17-win32\bin>mysqlimport -u root -p my_test tb < e:test/new/outfile.sql
Enter password:
mysqlimport: Error: 1290, The MySQL server is running with the --secure-file-priv option so it cannot execute this statement, when using table: tb

另一个错误:

D:\Tool\mysql-5.7.17-win32\bin>mysqlimport -u root -p my_test tb < e:test\new\outfile.sql
Enter password:
mysqlimport: Error: 1290, The MySQL server is running with the --secure-file-priv option so it cannot execute this statement, when using table: tb

我应该怎么做才能解决这个问题?

最佳答案

事实是在my.ini中你没有指定正确的目录

安全文件隐私

secure-file-priv="F:/目录"

关于从 --secure-file-priv 文件夹导入 mysql,但仍然有错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51201317/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com