5
6

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 5 years have passed since last update.

MySQLの再インストール方法についての備忘録

Last updated at Posted at 2019-03-11

ハマったので備忘録。

MySQLをインストールすると、
設定ファイルなどが分散しているようで
単純にプログラムのアンインストールからでは
ちゃんとアンインストールできていません。

そのため以下の手順が再インストールのために必要でした。

環境
Windows 7
MySQL 5.7

手順

  1. 管理ツール>サービスからMySQL削除
  2. C:¥Project Files配下のMySQLフォルダ削除
  3. C:¥Program Datas(隠しフォルダ)配下のMySQLフォルダ削除
  4. 環境変数を設定していたら削除
  5. プログラムのアンインストールからMy SQL Serverアンインストール
  6. OS再起動
  7. 最新版のmsiを再度ダウンロードして、インストール
5
6
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
5
6

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?