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
For Windows, you can run this command directly if mysql/bin is in your path.
mysqladmin -u root -p shutdown