mysql -urep -pimooc -h10.156.11.233 -e "show slave status\G"|grep "Slave_IO_Running"|awk '{if($2!="Yes"){print "Slave thread not running!";exit 1}}'
mysql -urep -pimooc -h10.156.11.233 -e "show slave status\G"|grep "Seconds_Behind_Master"
2017-01-21 11:38:32
浏览 2893
mysql -urep -pimooc -h10.156.11.233 -e "show slave status\G"|grep "Slave_IO_Running"|awk '{if($2!="Yes"){print "Slave thread not running!";exit 1}}'
mysql -urep -pimooc -h10.156.11.233 -e "show slave status\G"|grep "Seconds_Behind_Master"
随时随地看视频慕课网APP
相关课程