【问题标题】:MySQL installer console is executed in Commercial modeMySQL安装程序控制台以商业模式执行
【发布时间】:2015-11-25 01:45:20
【问题描述】:

我必须使用静默安装方式安装 MySQL Server Community Edition 5.6.x。我计划使用mysql-installer-community-5.6.26.0.msi 和msiexec /i /quiet 命令并运行MySQLInstallerConsole.exe 以静默安装和配置服务器。

我在安装时发现 MySQL 安装程序有问题,安装后它总是在商业模式运行。我多次尝试通过相同的程序重新安装它,但结果没有什么不同。

如何强制安装程序以社区模式运行?

【问题讨论】:

    标签: mysql installation command-prompt


    【解决方案1】:

    如果从未启动过“MySQL Installer - Community”应用程序,它将以商业模式运行。

    运行带有“社区”前缀“安装”的命令应该可以工作。

    MySQLInstallerConsole.exe community install server;5.6.24;x86:*:port=3306;rootpasswd=PASSWORD;servicename=MySQL -silent
    

    【讨论】:

      猜你喜欢
      • 2021-07-12
      • 2022-07-22
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多