vikingshelmut
100% Bull Plop
I have successfully installed and setup the MySQL server using Fink. I know the proper terminal command to start the server:
/sw/bin/safe_mysqld &
How do I stop it?
I've installed Xmysqladmin also with Fink, and when I try to stop the server, it times out.
I've tried killing the mysqld daemon with kill -9 "PID", and it just respawns with a new PID.
Yes i know you can restart and that will kill the server, but I'd rather be able to stop it on my own.
Thanks for the help!
/sw/bin/safe_mysqld &
How do I stop it?
I've installed Xmysqladmin also with Fink, and when I try to stop the server, it times out.
I've tried killing the mysqld daemon with kill -9 "PID", and it just respawns with a new PID.
Yes i know you can restart and that will kill the server, but I'd rather be able to stop it on my own.
Thanks for the help!