原文:csv导入mysql提示错误[Error Code] 1290 - The MySQL server is running with the --secure-file-priv option

解决方法: .进入mysql查看secure file prive的值 mysql gt SHOW VARIABLES LIKE secure file priv secure file prive null 限制mysqld 不允许导入导出 secure file priv tmp 限制mysqld的导入导出只能发生在 tmp 目录下 secure file priv 不对mysqld的导入导出 ...

2017-06-23 14:38 0 3012 推荐指数:

查看详情

 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM