Skip to content

Instantly share code, notes, and snippets.

@mikermcneil
Created June 23, 2014 13:58
Show Gist options
  • Save mikermcneil/f8be1c1a75bda8ea2e0f to your computer and use it in GitHub Desktop.
Save mikermcneil/f8be1c1a75bda8ea2e0f to your computer and use it in GitHub Desktop.
# for posterity
==> Pouring mysql-5.6.17_1.mavericks.bottle.tar.gz
==> Caveats
A "/etc/my.cnf" from another install may interfere with a Homebrew-built
server starting up correctly.
To connect:
mysql -uroot
To have launchd start mysql at login:
ln -sfv /usr/local/opt/mysql/*.plist ~/Library/LaunchAgents
Then to load mysql now:
launchctl load ~/Library/LaunchAgents/homebrew.mxcl.mysql.plist
Or, if you don't want/need launchctl, you can just run:
mysql.server start
==> /usr/local/Cellar/mysql/5.6.17_1/bin/mysql_install_db --verbose --user=miker
==> Summary
🍺 /usr/local/Cellar/mysql/5.6.17_1: 9510 files, 338M
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment