
Hello all, I am currently running mysql on a SuSE 9.0 machine. here is the mysql version Server version 4.0.15 Protocol version 10 Connection Localhost via UNIX socket UNIX socket /var/lib/mysql/mysql.sock Uptime: 23 min 0 sec The problem I'm having is that whenever I start the service "rcmysql start" it fails to start. the weird thing is that I can access the databases and login to mysql. Any idea on what I can try to correct this problem and get the daemon to run properly? thanks marshall

On Sunday, May 30, 2004 10:48 AM
Jesse
I am currently running mysql on a SuSE 9.0 machine. here is the mysql version
Server version 4.0.15 Protocol version 10 Connection Localhost via UNIX socket UNIX socket /var/lib/mysql/mysql.sock Uptime: 23 min 0 sec
The problem I'm having is that whenever I start the service "rcmysql start" it fails to start. the weird thing is that I can access the databases and login to mysql. Any idea on what I can try to correct this problem and get the daemon to run properly?
This is a question better suited on a mysql list. Apparently, the rcmysql script does something weird. Have a look inside it and try to understand what it does. Regards, Robert Kehl -- ((otrs.de)) :: OTRS GmbH :: Norsk-Data-Str. 1 :: 61352 Bad Homburg http://www.otrs.de/ :: Tel. +49 (0)6172 4832388

The problem I'm having is that whenever I start the service "rcmysql start" it fails to start. the weird thing is that I can access the databases and login to mysql. Any idea on what I can try to correct this problem and get the daemon to run properly?
Are you sure mysql isn't started already? Try: /etc/init.d/mysql status directly after booting, before you try to start the service. Otherwise it might be that the startup script thinks it fails, but it actually succeeds. -- Kind regards Hans du Plooy Newington Consulting Services hansdp at newingtoncs dot co dot za
participants (3)
-
Hans du Plooy
-
Jesse
-
Robert Kehl