brew install mysql
なんか mysql_install_db --tmpdir=/tmp とかしないとうまく行かなかったメモ。
$ brew install mysql
$ mysql_install_db --tmpdir=/tmp
$ mysql.server start
なんか mysql_install_db --tmpdir=/tmp とかしないとうまく行かなかったメモ。
$ brew install mysql
$ mysql_install_db --tmpdir=/tmp
$ mysql.server start