参考
http://www.cnblogs.com/chenmo-xpw/p/6102933.html
http://www.cnblogs.com/uoar/p/6492521.html
1、启动MySQL
bash mysql.server start
2、登录mysql
mysql -uroot 登录
3、退出登录
quit
4、停止mysql 进程
exit