MySQL Forums
Forum List  »  Install & Repo

Silent Install - Using Mysql Installer - Error on WINDOWS
Posted by: manish singh
Date: July 25, 2013 03:35AM

Hi
I am stucked at silent install for MySQL 5.7 from mysql installer (On Windows)

What i did is below:

C:\Users\man1\Downloads>msiexec /i mysql-installer-community-5.6.12.2.msi /passive /qf /norestart /q

Result: Extracted Mysql Installer files in below folder

C:\Program Files (x86)\MySQL\MySQL Installer\

Next Step i did was:

C:\Program Files (x86)\MySQL\MySQL Installer>MySQLInstallerConsole.exe --config=
mysql-5.6-win32:passwd=gandaman123;timeout=300 --product=mysql-5.6-win32:enabletcpip --catalog=mysql-5.6-win32 --action=install --type=FULL --nowait

Showing Error: "Missing required configuration options for server product"

Detailed:

C:\Program Files (x86)\MySQL\MySQL Installer>MySQLInstallerConsole.exe --config=
mysql-5.6-win32:passwd=gandaman123;timeout=300 --product=mysql-5.6-win32:enabletcpip --catalog=mysql-5.6-win32 --action=install --type=FULL --nowait
Loading Installer Configuration.
Loading Product Manifest. This may take some time.

Missing required configuration options for server product

Usage: --config=<Product Name>:<passwd=Root Password>[;Parameter 1 = value][;Par
ameter 2 = value]

e.g. MySQLInstallerConsole --config=mysql-server-5.5-win32:passwd=root;timeout=300 --action=install --type=Full

e.g. MySQLInstallerConsole --config=mysql-server-5.5-win32:passwd=root;autostartservice=false;openfirewall=true;port=3307;generallog=true;generallogname=MYLOG.log;slowlog=true;slowlogname=MySlowLog.log;binlog=true;binlogname=BIN-LOG;errorlogname=ErrorLog.log --action=install --product=mysql-server-5.5-win32:*



-?, --help, -h Display help for MySQLInstaller console options.
-u, --updates Checks for new products before any action.
Skipped by default.
--nowait Skip the final pause when the program finishes.
-c, --catalog=VALUE Set default catalog.
-t, --type=VALUE [developer|server|client|full|custom] Set
installation type.
--action=VALUE [install|remove|upgrade|list|status] Set
Performing action.
-p, --product[=VALUE1:VALUE2]
product_name[:feature1;feature2] Specify product
and optionally specific features.
--config=VALUE1:VALUE2 product_name:param1=value[;param2=value]
Configuration parameters for most recently
listed product.
--user=VALUE1:VALUE2 product_name:name;host;role;[password|tokens]
Creates a new user.
--mos=VALUE user=username;pass=password Login to mos to
download commercial product updates.


Pl. provide your views



Edited 3 time(s). Last edit at 07/25/2013 04:23AM by manish singh.

Options: ReplyQuote


Subject
Written By
Posted
Silent Install - Using Mysql Installer - Error on WINDOWS
July 25, 2013 03:35AM


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.