"-showsettings" command line option not working
Posted by: John Nadeau
Date: March 10, 2017 12:59PM

I'm looking for a list of all available options using the "-showsettings" flag as documented here:
https://dev.mysql.com/doc/refman/5.7/en/MySQLInstallerConsole.html

However, no matter what I use as "product name", the results always displays "Unable to find any products that match server" (see example output below)

I'm ultimately looking to silently install mysql via a script either via msiexec or with "MySQLInstallerConsole" or even the xMySQL powershell DSC (https://github.com/PowerShell/xMySql).

Any help with getting the entire list of options would be greatly appreciated, thanks.

mysql-installer-community-5.7.17.0.msi downloaded here:
https://dev.mysql.com/get/Downloads/MySQLInstaller/mysql-installer-community-5.7.17.0.msi


# Begin Code Snippet
PS C:\Program Files (x86)\MySQL\MySQL Installer for Windows> .\MySQLInstallerConsole configure -showsettings server
=================== Start Initialization ===================
MySQL Installer is running in Community mode

Attempting to update manifest.
Initializing product requirements
Loading product catalog
Checking for product catalog snippets
Checking for product packages in the bundle
Categorizing product catalog
Finding all installed packages.
Your product catalog was last updated at 3/10/2017 2:21:34 AM
=================== End Initialization ===================



Unable to find any products that match server
No products given
PS C:\Program Files (x86)\MySQL\MySQL Installer for Windows>
# End Code Snippet

Options: ReplyQuote


Subject
Views
Written By
Posted
"-showsettings" command line option not working
1551
March 10, 2017 12:59PM


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.