手记

数据库运行状态检查脚本

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"
0人推荐
随时随地看视频
慕课网APP