To find out the start command for mysqld (using a mac) I can do:
ps aux|grep mysql
I get the following output, which allows me to start mys
When mysql was installed with Homebrew, the following command did the trick for me:
brew services stop mysql