MySQL Forums
Forum List  »  Install & Repo

Mysql installation in silent mode
Posted by: Andreas Baderke
Date: June 08, 2020 02:02AM

Hi,

i have a question:

i will install my mysql on this way:

1.) msiexec /i "%~dp0\mysql-installer-community-%version%.0.msi" /qb
2.) %installer% community install server;%version%;X86:*:port=3306;openfirewall=true;passwd=%password% -silent
3.) %installer% community install Connector/Net;%versionConnector%;X86 -silent
4.) msiexec /i "%~dp0\mysql-workbench-community-%versionWorkbench%-win32.msi" /qb
5.) %installer% community install Shell;%versionShell%;X86 -silent

When I install the program with the installer I am asked which type I want to use: Dedicated / Server / Development

I would like to have Server. How do I give this as an option in these commands above?

thx for Help

Options: ReplyQuote


Subject
Written By
Posted
Mysql installation in silent mode
June 08, 2020 02:02AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.