Skip to content

Instantly share code, notes, and snippets.

@tg
Created January 5, 2015 10:21
Show Gist options
  • Select an option

  • Save tg/4520ff5e372cb54a15c2 to your computer and use it in GitHub Desktop.

Select an option

Save tg/4520ff5e372cb54a15c2 to your computer and use it in GitHub Desktop.
OSX install mysql
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