brew install mysql on mac os el capitan

前端 未结 3 1150
Happy的楠姐
Happy的楠姐 2021-01-30 18:09

I\'m trying to install mysql on MAC OS version 10.11.2 by following the methods in this link,

The following command has been successfully executed,

brew          


        
3条回答
  •  深忆病人
    2021-01-30 18:36

    Try running this, it worked for me. (Got it from the comments found here)

    mysqld -initialize --verbose --user=whoami --basedir="$(brew --prefix mysql)" --datadir=/usr/local/var/mysql --tmpdir=/tmp
    

    Posting here just in case anyone faced the same problem as me.

提交回复
热议问题