Kill Mysql service running on any port, Mac Sierra -
kill mysql service running on port using terminal. port number 3306 or any.
sudo pkill mysql should serve purpose.
if reason mysqld survives this, sudo pkill mysqld well.
more information superuser: https://superuser.com/questions/983969/how-to-kill-mysql-with-moving-pid
Comments
Post a Comment