0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

MySQLのver.を間違えてインストールしたので削除した

Last updated at Posted at 2020-07-13

macbookpro
macos catalina ver.10.15.5
プロセッサ 1.4 GHz クアッドコアIntel Core i5
グラフィックス Intel Iris Plus Graphics 645 1536 MB

行ったこと
homebrewでmysql8.0をインストール

ゴール
mysql 8.0をアンインストールし,mysql5.7をインストールしたい

これから行うこと
macbookのターミナルで実行する

$ brew uninstall mysql

以前の不要なファイルも削除する

sudo rm -rf /usr/local/Cellar/mysql*
sudo rm -rf /usr/local/bin/mysql*
sudo rm -rf /usr/local/var/mysql*
sudo rm -rf /usr/local/etc/my.cnf
sudo rm -rf /usr/local/share/mysql*
sudo rm -rf /usr/local/opt/mysql*
sudo rm -rf /etc/my.cnf

削除できたので下記のコマンドでインストールする
$ brew install mysql@5.7

これでできました。

参考にした記事
どうしよう!困った時のMac上のMySQLのアンインストール&再インストール、動作確認手順

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?