为了能快速了解并处理您的问题,请提供以下基础信息: 问题描述:Mysql 8.0 使用mysqldump命令导出数据库,带参数--tab,设置导出到目录,导出失败提示mysqldump:Got error:1290: The MySQL server is running with the-secure-file-priv option so it cannot ex 0] ecute this statement when executing'sELECT INTo ouTFILE" 然后,修改mysql配置文件,在[mysqld]下添加一行secure_file_prive="",重启Mysql服务,提示无法启动 查看mysql错误日志,提示 unknown variable 'secure_file_prive='. 相关截图(日志、错误):
|
|