Mac install and open mysql using terminal

后端 未结 10 1324
你的背包
你的背包 2021-01-29 19:29

I downloaded the mysql dmg file and went through the wizard to run. Done. I have also started mysql server under system preferences.

The purpose of me doing this is to w

10条回答
  •  轻奢々
    轻奢々 (楼主)
    2021-01-29 20:05

    For mac OS Catalina :

    /usr/local/mysql/bin/mysql -uroot -p
    

    This will prompt you to enter password of mysql

提交回复
热议问题