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

Popular posts from this blog

Sort a complex associative array in PHP -

vb.net - How to ignore if a cell is empty nothing -

recursion - Can every recursive algorithm be improved with dynamic programming? -