[摘要]+------------------+-------+1 row in set (0.00 sec)因为 secure_file_priv 参数是只读参数,不能使用set global命令修改。解...
+------------------+-------+1 row in set (0.00 sec)因为 secure_file_priv 参数是只读参数,不能使用set global命令修改。 解决方法
打开my.cnf 或 my.ini,加入以下语句后重启mysql。 secure_file_priv='' 查看secure_file_priv修改后的值 mysql> show global variables like '%secure_file_priv%';
+------------------+-------+ |
关键词: mysql5.7备份数据提示--secure-file-priv选项问题的处理办法