Skip to content

Instantly share code, notes, and snippets.

@shole
Created June 30, 2015 19:09
Show Gist options
  • Save shole/36ba1b8b8a95222c1da7 to your computer and use it in GitHub Desktop.
Save shole/36ba1b8b8a95222c1da7 to your computer and use it in GitHub Desktop.
dbcheck.sh
#!/bin/bash
if [ "`php isdbalive.php`" != "ok" ] ; then
echo "restart mysql"
# service mysql restart
fi
echo "done"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment