At 3:10 PM -0600 11-03-2000, Greg Donald wrote:
> > How do I setup RedHat 6.x to start mysqld on boot?
>
>If you installed MySQL as RPMS, then it should already do that by default.
>
>If not, there are lots of ways, the simplest probably being adding a line to
>the end /etc/rc.d/rc.local
>
>/usr/bin/safe_mysqld &
>
>But if you feel like editing run levels, that's the best way to go.
>
>Greg
>
Also, try "man chkconfig". chkconfig is made for this kind of thing,
once you've installed mysql.server into /etc/rc.d/init.d and made it
executable.
--
Paul DuBois, paul@stripped