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.

http://i.stack.imgur.com/6f0xo.jpg

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

Popular posts from this blog

swift - Button on Table View Cell connected to local function -

dns - Dokku server hosts two sites with TLD's, both domains are landing on only one app -

c# - ajax - How to receive data both html and json from server? -