Anytime the server reboots I need to run a couple of commands, specifically:
service mysql stop
service mysql start
I could probably just add these commands to a script - but where do I put the script so it runs after reboot? It should run last...
service mysql stop
service mysql start
I could probably just add these commands to a script - but where do I put the script so it runs after reboot? It should run last...