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 1 year has passed since last update.

はじめに

 MySQLのインストール手順を書こうと思う。

 環境
  OS : Windows11
  2023/1/14 時点

インストーラーのダウンロード

MySQL公式サイトへ移動。

「DOWNLOADS」をクリック。
download1.png

「MySQL Community (GPL) Downloads »」をクリック。
download2.png

「MySQL Community Server」をクリック。
download3.png

「Recommended Download:」の下の画像をクリック。
download4.png

「(mysql-installer-community-8.0.31.0.msi)」の方の「Download」をクリック。
download5.png

「No thanks, just start my download.」をクリックするとダウンロードが始まる。
download6.png

インストーラー起動

ダウンロードした「mysql-installer-community-8.0.31.0.msi」を開く。

「Developer Default」のまま「Next」を押す。
install1.png

そのまま「Next」をクリック。
install2.png

「Yes」をクリック。
install3.png

「Execute」をクリック。
install4.png

一つインストールに失敗していますが、既にインストールしてあるPythonのファイルが邪魔したのではないかと思う。
「Next」をクリック。
install5.png

「Next」をクリック。
install6.png

「Next」をクリック。
install7.png

「Next」をクリック。
install8.png

管理者用のパスワードを入力し、「Next」をクリック。
install9.png

「Next」をクリック。
install10.png

「Next」をクリック。
install11.png

「Execute」をクリック。
install12.png

「Finish」をクリック。
install13.png

「Next」をクリック。
install14.png

「Finish」をクリック。
install15.png

再度同じ画面が表示されるので、「Next」をクリック。
install16.png

管理者用のパスワードを入力し、「Check」をクリック。
install17.png

パスワードが一致すれば「Status」が「Connection succeeded.」に変わり、緑のマーカーが引かれる。
「Next」をクリック。
install18.png

「Execute」をクリック。
install19.png

「Finish」をクリック。
install20.png

再度同じ画面が表示されるので、「Next」をクリック。
install21.png

「Finish」をクリック。
install22.png

コマンドラインのウィンドウと初期ウィンドウが開いたら終了。
install23.png

接続確認

コンピューターの管理を開く。
con1.png

「サービスとアプリケーション」→「サービス」をクリック。
「MySQL80」が「実行中」なのでOK。
con2.png

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?