MySQL Silent Installation
-
Hi, I would like to ask how can I make a complete silent installation and configuration for the MySQL server. i have downloaded the Windows (x86, 32-bit), MSI Installer and I want to make a silent installation for my setup package.
Technology News @ www.JassimRahma.com
-
Hi, I would like to ask how can I make a complete silent installation and configuration for the MySQL server. i have downloaded the Windows (x86, 32-bit), MSI Installer and I want to make a silent installation for my setup package.
Technology News @ www.JassimRahma.com
First result on Google for "MySql Windows Silent Install":
https://dev.mysql.com/doc/refman/5.1/en/windows-installer-msi-quiet.html[^]
For example, to perform a quiet installation (which shows no dialog boxes or progress):
msiexec /i mysql-5.1.73.msi /quiet
"These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer
-
First result on Google for "MySql Windows Silent Install":
https://dev.mysql.com/doc/refman/5.1/en/windows-installer-msi-quiet.html[^]
For example, to perform a quiet installation (which shows no dialog boxes or progress):
msiexec /i mysql-5.1.73.msi /quiet
"These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer
what about the configuration setting such as windows service name, port, password, etc. I mean the screen which pops up after the installation. how can I run it in a Quiet! mode?
Technology News @ www.JassimRahma.com
-
what about the configuration setting such as windows service name, port, password, etc. I mean the screen which pops up after the installation. how can I run it in a Quiet! mode?
Technology News @ www.JassimRahma.com
if you had followed Richard's post, and read the article, you'd also have seen this https://dev.mysql.com/doc/refman/5.1/en/mysql-config-wizard-cmdline.html[^] 'g'
-
if you had followed Richard's post, and read the article, you'd also have seen this https://dev.mysql.com/doc/refman/5.1/en/mysql-config-wizard-cmdline.html[^] 'g'
Thanks :)
Technology News @ www.JassimRahma.com
-
Hi, I would like to ask how can I make a complete silent installation and configuration for the MySQL server. i have downloaded the Windows (x86, 32-bit), MSI Installer and I want to make a silent installation for my setup package.
Technology News @ www.JassimRahma.com