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均告失败。

相关文章:

  • 2022-12-23
  • 2022-02-04
  • 2022-12-23
  • 2022-02-18
  • 2021-11-23
  • 2021-11-17
  • 2021-11-27
  • 2022-03-01
猜你喜欢
  • 2021-12-20
  • 2021-12-28
  • 2022-12-23
  • 2021-10-05
  • 2022-01-07
  • 2022-12-23
相关资源
相似解决方案