nicolashery/mac-dev-setup

Mysql_install_db

Closed this issue · 2 comments

--tmpdir appears to no longer be an argument for the mysql_install_db command. This causes the command to fail.

audip commented

Use this: mysqld -initialize --verbose --user=whoami --basedir="$(brew --prefix mysql)" --datadir=/usr/local/var/mysql --tmpdir=/tmp
Source : http://stackoverflow.com/questions/34345726/brew-install-mysql-on-mac-os-el-capitan

Thanks for letting me know. In the latest version of this guide (bffbe4b), I've actually replaced MySQL with PostgreSQL in the installation instructions.