installation - MySQL installer console is executed in Commercial mode -
i have install mysql server community edition version 5.6.x silent installation. planned use mysql-installer-community-5.6.26.0.msi
msiexec /i /quiet
command , run mysqlinstallerconsole.exe install , configure server silently.
i found problem mysql installer while installing, it's running in commercial mode after installation. tried reinstall again in many times via same procedure results not different.
how can force installer run in community mode?
it runs in commercial mode if "mysql installer - community" application has never been launched.
running command "community" prefacing "install" should work.
mysqlinstallerconsole.exe community install server;5.6.24;x86:*:port=3306;rootpasswd=password;servicename=mysql -silent
Comments
Post a Comment