rpl_variables.result
来自「视频监控网络部分的协议ddns,的模块的实现代码,请大家大胆指正.」· RESULT 代码 · 共 20 行
RESULT
20 行
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;set @my_slave_net_timeout =@@global.slave_net_timeout;set global slave_net_timeout=100;set global sql_slave_skip_counter=100;show variables like 'slave_compressed_protocol';Variable_name Valueslave_compressed_protocol OFFshow variables like 'slave_load_tmpdir';Variable_name Valueslave_load_tmpdir SLAVE_LOAD_TMPDIRshow variables like 'slave_skip_errors';Variable_name Valueslave_skip_errors 3,100,137,643,1752set global slave_net_timeout =@my_slave_net_timeout;
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?