Im trying to kill mysqld process but some how it respawn with different process id.(I'm on mac)
ps ax | grep mysql
979 ?? Ss 0:00.31 /usr/local/mysql/bin/mysqld
sudo kill -9 979
1181 ?? Ss 0:00.31 /usr/local/mysql/bin/mysqld
any idea why this is happening?