MySQL设置数据库为只读

原文链接:https://zhuanlan.zhihu.com/p/444587888

 

从库用:set global read_only = 1;  解开:set global read_only = 0;

主库为从库dump时用:flush tables with read lock;  解开:unlock tables;

 

posted @ 2023-12-28 09:26  liulj0713  阅读(84)  评论(0编辑  收藏  举报