MYSQL导出数据出现The MySQL server is running with the --secure-file-priv option so it cannot execute this

今天尝试使用 into outfile导出数据的时候出现错误: The MySQL server is running with the --secure-file-priv option so it cannot execute this statement 上网查了一下,应该是mysql设置的权限,可以使用 show variables like '%secure%';查看 secure-fi
相关文章
相关标签/搜索