Click to See Complete Forum and Search --> : an easy mysql problem


grandmasterjoel
03-03-2003, 03:50 PM
i am using the standard installation of mysql which comes with suse 8.0

i have managed to start the daemon using the SysV-Init Editor, i would like to know how to start this service from the command line but it does not seem to work when i try to run the mysqld command.

any ideas? i am sure it is really simple and something that i have overlooked.

thanks

mdwatts
03-03-2003, 06:03 PM
/etc/init.d/apache start|stop|restart

pl1ght
03-03-2003, 07:02 PM
you can do:

safe_mysqld &

that will run it and put it into the background.

DesertTRD
03-05-2003, 10:31 PM
/etc/rc.d/init.d/mysqld start|stop|restart

atleast thats on my rh7.2 box