Windows7(x64)仮想PC
MySQLをインストールする。
しかしうまくいかない…(Failedとなる)
VC2015ランタイム不足とも思われるが、VC2015ランタイムがインストールできない(既に最新版が入っている、となる)
途中まで入ったMySQLをすべてアンインストールし再検証。
・バックアップのためにVirtualBoxのスナップショットを採取。
・MySQLのインストーラを実行
・Choosing a Setup Typeでは「Server only」のみとした
→ やはり Failed となる。
[Show Details]ボタンで詳細確認。
1: Action 7:44:14: INSTALL. 1: 1: MySQL Server 8.0 2: {28176271-5414-47DD-8C0F-C7084FFA4524} 1: Action 7:44:14: FindRelatedProducts. Searching for related applications 1: Action 7:44:14: AppSearch. Searching for installed applications 1: Action 7:44:14: LaunchConditions. Evaluating launch conditions 1: This application requires Visual Studio 2015 x64 Redistributable. Please install the Redistributable then run this installer again. 1: 1: MySQL Server 8.0 2: {28176271-5414-47DD-8C0F-C7084FFA4524} 3: 3 1: The action 'Install' for product 'MySQL Server 8.0.15' failed.
VC2015ランタイムを入れたいが、おそらく既にVC2017ランタイムが入っているのでインストールできないものと思われる。
VC2017ランタイムは2つ入っているので双方を削除(x86とx64の2つ)
・Microsoft Visual C++ 2017 Redistributable (x64) - 14.16.27012 (14.16.27012.6)
・Microsoft Visual C++ 2017 Redistributable (x86) - 14.16.27012 (14.16.27012.6)
VC2015ランタイムのインストール
・Microsoft Visual C++ 2015 Redistributable (x64) - 14.0.24212
→ インストール成功
MySQL Serverのインストール
念のため Server only でインストールする。
→ インストール成功
MySQL Serverインストール成功後「Group Replication」の画面となった。
Group Replication画面
以下2つから選択できるようだが、既定の「Standalone~」のまま進める・Standalone MySQL Server / Classic MySQL Replication
・Sandbox InnoDB Cluster Setup (for testing only)
Type and Networking画面
Server Configuration Typeは3つから選択できる。・Development Computer
・Server Computer
・Dedicated Computer
MySQLドキュメントによると(https://dev.mysql.com/doc/refman/5.6/ja/mysql-installer-gui.html 選択したオプションによってMySQLのメモリ使用量が変わるようだ。
ここではメモリ使用量が最も小さい "Development Computer" を選択
その他ポート番号等は既定値のままとする。
Authentication Method画面
2つから選択可能だが、RECOMMENDEDと書かれた「Use Strong Password Encryption for Authentication)」を選択Acounts and Roles画面
・MySQL Root Password を設定・MySQL User Accounts、一般ユーザを登録(ここでは「user」というユーザを作成)
一般ユーザのRoleは正しく設定した方が良さそうだが、今回は既定値の「DB Admin」のままとする。
Windows Service画面
特に変更の必要も無さそうなので既定値のまま次へ。Apply Configuration画面
これは特に何かをする画面ではないっぽい(内容の確認だけ)[Execute]ボタンでインストール実施
インストール終了したら[Finish]ボタンで終了
MySQL
0 件のコメント:
コメントを投稿