no way to compare when less than two revisions
Differences
This shows you the differences between two versions of the page.
— | mysql_os_x [2013/11/07 18:21] (current) – created - external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== MySQL OS X ====== | ||
+ | * [[MySQL]] | ||
+ | * [[homebrew]] | ||
+ | |||
+ | ==== Percona 5.5 ==== | ||
+ | |||
+ | Install Percona through homebrew: | ||
+ | |||
+ | < | ||
+ | brew install homebrew/ | ||
+ | </ | ||
+ | |||
+ | Initial setup of database | ||
+ | |||
+ | < | ||
+ | unset TMPDIR | ||
+ | mysql_install_db --verbose --user=`whoami` --basedir=" | ||
+ | </ | ||
+ | |||
+ | Optionally secure MySQL server: | ||
+ | |||
+ | < | ||
+ | / | ||
+ | </ | ||
+ | |||
+ | Start the daemon: | ||
+ | |||
+ | < | ||
+ | cd / | ||
+ | </ |