欢迎各位兄弟 发布技术文章

这里的技术是共享的

You are here

check_mysqld_status.sh

#!/bin/bash

#

/sbin/service mysqld status &> /dev/null

if [ $? -eq 0 ];then

 /sbin/service mysqld restart

fi


普通分类: