接上一篇:企业实战_20_Mycat-Web之UI监控
https://blog.csdn.net/weixin_40816738/article/details/100100053
#登录数据库
mysql -uroot -p
#使用指定数据库
use 数据库名
#查看数据库处于什么状态下
show variables like 'read-only';
#关闭read-only属性状态
set global readonly=off;
下一篇:企业实战_22_Mycat设置开机自启
https://blog.csdn.net/weixin_40816738/article/details/100086556