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

c# - Binding a comma separated list to a List<int> in asp.net web api -

Delphi 7 and decode UTF-8 base64 -

html - Is there any way to exclude a single element from the style? (Bootstrap) -