2.快速部署MySQL主从复制

  1、 快速部署MySQL主从复制 [[email protected] ~]# mysql -uroot -p123456 -S /data/3307/mysql.sock -e "show slave status \G;"|egrep -i "_running|_Behind" Slave_IO_Running:Yes Slave_SQL_Running:Yes Seconds_Behin
相关文章
相关标签/搜索