启动的时候发现service mysql start Rather than invoking init scripts through /etc/init.d, use the service(8)utility, e.g. service mysql start Since the script you are attempting to invoke has been converted to anUpstart job, you may also use the start(8) uti
如图所示: 点击 Start MySQL Server 没反应-- 终端输入 mysql 命令时报错如下: ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) 解决方法: 打开 Activity Monitor, 找到 mysqld 进程,如图: 杀掉该进程! PS: 点击 Quit 后貌似也没效果--但此时再回到 MySQL 端,已经启动了