Where do I put my start up script for mysql?
- by Neo
I have created a second instance of MySQL on the server for replication, if I start the process manually it works but need it to start at bootup.
I used to just do a bash script in the init.d folder but apparently that no longer works on 11.10
Can anyone point me in the right direction? I even copied the mysql service, changed it and tried that but it refused to work.
P.S It is the server edition so only Shell access.