Skip to content

Instantly share code, notes, and snippets.

@pheraph
Created June 2, 2013 14:37
Show Gist options
  • Save pheraph/5693731 to your computer and use it in GitHub Desktop.
Save pheraph/5693731 to your computer and use it in GitHub Desktop.
Install MySQL 5.5 with homebrew
brew uninstall mysql
brew tap homebrew/versions
brew install mysql55
cd /usr/local
mysql_install_db
@lixuemuyangfeng
Copy link

step 2 :brew tap homebrew/versions. ------------>. Error: homebrew/versions was deprecated. This tap is now empty as all its formulae were migrated.

step 5 :no such binary mysql_install_db

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