To install MySQL 4 see other topic posted by Blizeach
http://p2p.wrox.com/topic.asp?TOPIC_ID=5773
firstly ensure rc.mysqld IS exec (I used chmod 755 rc.mysqld) then to ensure I did
ls -la | grep mysql
To get MySQL running automatically on slackware 9 you need to add the mysqld to edit
(Using VIle/EMACS or something similar) /etc/rc.d/rc.M
Add the following lines to your script
#Start MySQL 4 - Correct at
date here
if [ -x /etc/rc.d/rc.mysqld ]; then
echo "Starting MySQL 4"
. /etc/rc.d/rc.mysqld start
fi
#All done
I placed it at the end, so MySQL will only start in multiuser mode, if u want it to start regardless you need to either add the above to every init level (Except 0) or add it to rc.local.
HTH
---
David Thorne, Student
UK