pgrep mysql &> /dev/null
if [ $? -gt 0 ];
  then
  echo "`date` mariadb(mysql) does not exist——> mariadb(mysql) restarts" >> /root/MysqlRestartHistory/listen.log
  service mariadb restart
else
echo "mariadb(mysql) is running" >/dev/null 2>&1 &
fi
最后修改:2022 年 02 月 04 日
如果觉得我的文章对你有用,请随意赞赏