Skip to content

Instantly share code, notes, and snippets.

@sigwyg
Created December 31, 2018 08:12
Show Gist options
  • Select an option

  • Save sigwyg/ddb41299d98b05c2b0aa493f77c1881f to your computer and use it in GitHub Desktop.

Select an option

Save sigwyg/ddb41299d98b05c2b0aa493f77c1881f to your computer and use it in GitHub Desktop.
macににMySQL5.6(だけを)入れる
rm -rf /usr/local/var/mysql
brew remove --force mysql
brew remove --force [email protected]
brew install [email protected]
mysql.server start
@sigwyg
Copy link
Author

sigwyg commented Dec 31, 2018

brewのmysqlが8系なので、[email protected]入れたら。
ERROR! The server quit without updating PID file (/usr/local/var/mysql/mba.local.pid).
となって起動できなくなったので、入れ直した場合

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment