Thread
:
Starting MySQL at boot
View Single Post
#
3
(
permalink
)
02-18-2008, 09:46 AM
Grzegorz Kasprzak
Posts: n/a
Re: Starting MySQL at boot
Hi.
On my server (Slackware 9.0) I put following line to rc.local and if works
for me:
/bin/sh -c '/usr/bin/safe_mysqld --user=mysql --log &'
Greetings,
Grzes
Grzegorz Kasprzak