1.只读用户登录数据库

2.执行命令:

mysql> unlock tables;
mysql> set global read_only=0;

相关文章: