MySQL on Debian GNU/kFreeBSD


From Docunext Technology Wiki

Jump to: navigation, search

I can't get MySQL to stop on Debian GNU/kFreeBSD using the init script, so I'm using this:

ps -aup find the bash parent kill -9 bash_parent_pid ps -aup find mysqld_safe kill -9 pid

Unfortunately stop slave hangs too, so I'm now using "skip-slave-start" so I can CHANGE MASTER.

Personal tools