Created
January 5, 2015 10:21
-
-
Save tg/4520ff5e372cb54a15c2 to your computer and use it in GitHub Desktop.
OSX install mysql
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
| sudo brew install mysql | |
| mysql_install_db --verbose --user=`whoami` --basedir="$(brew --prefix mysql)" --datadir=/usr/local/var/mysql --tmpdir=/tmp | |
| sudo chown -R _mysql:_mysql /usr/local/var/mysql | |
| sudo mysql.server start |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment