Mac 启动/停止 mysql服务

through the apple icon at top-left corner of screen -> System Preferences ->MySql icon in the bottom

Screen Shot 2019-07-19 at 1.17.14 PM.png

命令行:

$ mysql.server start
$ mysql.server stop
$ mysql.server restart

你可能感兴趣的:(Mac 启动/停止 mysql服务)