MySql守护的作用:当发现MySQL停机了,即立刻重启MySQL。
可以设置为N分钟执行一次。文章源自原紫番博客-https://www.yuanzifan.com/54374.html
文章源自原紫番博客-https://www.yuanzifan.com/54374.html
- pgrep -x mysqld &> /dev/null
- if [ $? -ne 0 ];then
- bash /www/server/panel/script/rememory.sh
- /etc/init.d/mysqld start
- fi
站长微信
扫码添加(注明来意)

Yuanzifan99
原梓番博客公众号
博客内容精选

原梓番博客
评论