Cyber
Cyber

Reputation: 75

MySQL Community Command Line Install Package options

I am really hoping someone can help me get over this hurdle. I am trying to do a command line install of MySQL Community 5.6.19. I've utilized the --help command to see the list of commands, the first needed being '/package <Product.msi>' or '/a <Product.msi>'. However, for the life of me I can't figure out what exactly is needed there. I even tried looking at the log file hoping something in there would clue me into the parameter I need, but no luck so far.

My goal is to perform a Full Install, installing any requirements, skipping check for updates & Start MySQL Workbench, while providing a default password. What I currently have below creates a log but still displays the UI prompting the user to perform all the configuration.

mysql-installer-community-5.6.19.0.msi /norestart /log MySQL_Install.log

Upvotes: 0

Views: 28

Answers (0)

Related Questions