0

I want to silent install MySQL 5.7 from Inno Setup so i have use this link, but this for MySQL 5.5 not for 5.7. I have MySQInstallerConsole form command prompt to check if it work. But this is also not installing application.

Run below command :-

MySQLInstallerConsole install server;5.7.19;x64 -silent

Output :- 
No changes required for MySQL Server 5.7.19

Result :- MySQL not installed

Anyone used MySQL 5.7 installation with Inno Setup?

Varun Jain
  • 495
  • 3
  • 9
  • 22
  • Do you mean that you have tried to use `mysql-installer-community-5.7.19.0.msi` in the code from [How to do a silent install of mysql in inno setup?](https://stackoverflow.com/q/18827660/850848) and it did not work? Why? What did it do wrong? – Martin Prikryl Sep 18 '17 at 05:53
  • its installing MySQL installer not MySQL server. i think there is something has change in MySQL 5.7 – Varun Jain Sep 18 '17 at 07:20
  • Did you try **Parameters: "--initialize";** instead of **--install**? – RN92 Sep 18 '17 at 11:35
  • I am getting --initialize is not a supported action. – Varun Jain Sep 18 '17 at 18:08
  • Did you try to remove -silent and look for a verbose answer? It seems that you already have installed 5.7.19... – tedebus Oct 31 '17 at 09:23

0 Answers0