Created
December 31, 2018 08:12
-
-
Save sigwyg/ddb41299d98b05c2b0aa493f77c1881f to your computer and use it in GitHub Desktop.
macににMySQL5.6(だけを)入れる
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| rm -rf /usr/local/var/mysql | |
| brew remove --force mysql | |
| brew remove --force [email protected] | |
| brew install [email protected] | |
| mysql.server start |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
brewのmysqlが8系なので、[email protected]入れたら。
ERROR! The server quit without updating PID file (/usr/local/var/mysql/mba.local.pid).となって起動できなくなったので、入れ直した場合