rpl_failsafe.result

来自「这是linux下运行的mysql软件包,可用于linux 下安装 php + m」· RESULT 代码 · 共 35 行

RESULT
35
字号
stop slave;drop table if exists t1,t2,t3,t4,t5,t6,t7,t8,t9;reset master;reset slave;drop table if exists t1,t2,t3,t4,t5,t6,t7,t8,t9;start slave;show variables like 'rpl_recovery_rank';Variable_name	Valuerpl_recovery_rank	1show status like 'Rpl_status';Variable_name	ValueRpl_status	AUTH_MASTERcreate table t1(n int);drop table t1;show variables like 'rpl_recovery_rank';Variable_name	Valuerpl_recovery_rank	2show status like 'Rpl_status';Variable_name	ValueRpl_status	ACTIVE_SLAVEstart slave;show variables like 'rpl_recovery_rank';Variable_name	Valuerpl_recovery_rank	3show status like 'Rpl_status';Variable_name	ValueRpl_status	ACTIVE_SLAVEstart slave;show variables like 'rpl_recovery_rank';Variable_name	Valuerpl_recovery_rank	4show status like 'Rpl_status';Variable_name	ValueRpl_status	ACTIVE_SLAVE

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?