hasen's tech life

Twitter: @hasen

MySQLのインストールに失敗したので対応した.

# MySQLのインストールに失敗したので対応した.
# なにかで過去にインストールしたが使っていないとのことで削除した.(ひとの環境)

$ brew reinstall mysql@5.7
> --initialize specified but the data directory has files in it. Aborting.
> [ERROR] Aborting

$ rm -rf /usr/local/var/mysql
$ brew install mysql@5.7