If you cannot kill them with Activity Monitor, in Terminal do
打开终端,输入命令
$ ps aux | grep mysqld
The 2nd column is the process id, and you can stop it with (if it is 1234)
第二行显示ID号码
$ kill 1234
If you cannot kill them with Activity Monitor, in Terminal do
打开终端,输入命令
$ ps aux | grep mysqld
The 2nd column is the process id, and you can stop it with (if it is 1234)
第二行显示ID号码
$ kill 1234