ダウンロードまで
- MySQLサイト、下方のダウンロードで”MySQL Community Serverをクリック
- MySQL Installer for Windowsをクリック
- Web版ではなく約400MBのファイル版をダウンロード
- 64bit版でもWindows(x86, 32-bit)
- Loginページで”No thanks, just start my download”をクリック
- ダウンロードしたmsiファイルを実行
インストーラー実行
- Developer DefaultのままNext
- いくつかManualインストールが必要なもの
- VisualStudio
- Python3.x
- これらをインストール後、Nextを押す前にExecuteを押して他の項目も自動解決
- Product Configuration→Next
- Type and Networking
- TCP/IP
- PORT: 33060のまま
- X-Protocol Port: 33060のまま
- Authentication Method
- Use Strong Password Encryption …
- Root Password
- パスワードを入力
- Windows Service
- Configure MySQL Server as a Windows Service→チェックのまま
- Start the MySQL Server at System Startup→チェックのまま
- Standard System Account→ラジオボタン選択のまま
- Apply Configuration→Execute→Finish
- Product Configuration→Next
- MySQL Router Configuration→Next
- Product Configuration→Next
- Connect To Server
- root/パスワード入力→Check→Connection succeeded
- Apply Configuration→Execute→Finish
- Product Configuration→Next
- Installation Complete
- Start MySQL Workbench after setup→チェックを外す
- Start MySQL Shell after setup→チェックを外す
- Finish