Mac Installation mysql database summary

  • 2020-12-16 06:10:21
  • OfStack

2. Install mysql workbench

Install mysql need to http: / / www mysql. The corresponding dmg com downloads/download version

When installing, pay attention to the last 1 interface prompts 1 dynamic password, this 1 must remember.

After installing mysql workbench, open Local instance 3306 and you will be prompted to enter the old password, which is the random password above, and then enter the new password.

mysql was completely uninstalled.


sudo rm /usr/local/mysql

    sudo rm -rf /usr/local/mysql*

    sudo rm -rf /Library/StartupItems/MySQLCOM

    sudo rm -rf /Library/PreferencePanes/My*

    rm -rf ~/Library/PreferencePanes/My*

    sudo rm -rf /Library/Receipts/mysql*

    sudo rm -rf /Library/Receipts/MySQL*

    sudo rm -rf /var/db/receipts/com.mysql.*


Related articles: