How to stop mysqld

前端 未结 18 887
清酒与你
清酒与你 2020-12-04 04:32

To find out the start command for mysqld (using a mac) I can do:

ps aux|grep mysql

I get the following output, which allows me to start mys

18条回答
  •  無奈伤痛
    2020-12-04 05:30

    To stop autostart of mysql on boot, the following worked for me with mysql 8.0.12 installed using Homebrew in macOS Mojave 10.14.1:

    rm -rf ~/Library/LaunchAgents/homebrew.mxcl.mysql.plist
    

提交回复
热议问题