Mac上mariadb的启动与关闭
时间:2015-06-03 19:26:58
收藏:0
阅读:2463
1. 启动
launchctl load ~/Library/LaunchAgents/homebrew.mxcl.mariadb.plist
2. 关闭
launchctl unload ~/Library/LaunchAgents/homebrew.mxcl.mariadb.plist
经过试验,发现只有unload方法可以停止服务,其他如:mysqladmin shutdown、support-files/mysql.server stop均告失败。
原文:http://www.cnblogs.com/feika/p/4549978.html
评论(0)