On Sun, 2004-05-30 at 09:35, Coume - Lubox.com wrote:
I tried the mysqld status and it gives me this error: mysqld dead but subsys locked
Try removing the
/var/lock/subsys/mysql
file and then
service mysqld restart
AHH! We're getting close ;-)
Yep, remove the lockfile - make sure no mysqld processes are running # ps -A ... in case: # killall mysqld and then start
Cheers, Hannes.