Get mysql info
$ brew info mysql
Install Mysql
$ brew install mysql
Start mysql server first:
$ brew services start mysql ==> Successfully started `mysql` (label: homebrew.mxcl.mysql)
Goto mysql console by:
$ mysql -uroot
Get mysql info
$ brew info mysql
Install Mysql
$ brew install mysql
Start mysql server first:
$ brew services start mysql ==> Successfully started `mysql` (label: homebrew.mxcl.mysql)
Goto mysql console by:
$ mysql -uroot