start automatically mysqld Enterprise upon reboot

por | 22 marzo, 2009

Double check that you’re using runlevel 3

#who -r
. run-level 3 Mar 22 12:54 3 0 S

You’ll then want to note that number and use that in the tasks below (I’ll use

ln -s /etc/init.d/mysql /etc/rc3.d/S99mysql
ln -s /etc/init.d/mysql /etc/rc3.d/K99mysql