1

When I write the follow code in cmd: "C:\mysql-installer-community-8.0.12.0.msi /passive", the MySQL version were installed is the commercial, not the Community. What am I doing wrong?

enter image description here

4

2 回答 2

3

比尔,这肯定看起来像一个错误,你没有做错任何事。您应该在https://bugs.mysql.com上为 MySQL 安装程序提交错误报告。

于 2018-09-27T17:34:59.570 回答
1

法比奥,这就是问题所在。

您必须执行以下语句来安装 MySQL Server Community 版本:C:\Program Files (x86)\MySQL\MySQL Installer for Windows\MySQLInstaller.exe Community

于 2018-10-03T14:48:53.787 回答