Redistribute MYSQL Server
Posted by: Jeff Minnis
Date: October 17, 2016 10:47AM

We want to redistribute the basic MySQL server. In the past we have used mysqlsetup.msi but I could not find that. I tried downloading the MySQL for devs, but I could not find a single file to install the Windows MY SQL server.

What is the best installer? Also, what are the pre-requisites, or is there an installer that includes everything? We are using this in our .NET app.

Here are the parameters I was using in the past:
Process.Start("msiexec.exe", "/i " & Chr(34) & Application.StartupPath & "\setup\MySQLSetup.msi" & Chr(34) & " /qr INSTALLDIR=" & Chr(34) & Application.StartupPath & "\MySQL" & Chr(34)).WaitForExit()

Options: ReplyQuote


Subject
Views
Written By
Posted
Redistribute MYSQL Server
1899
October 17, 2016 10:47AM
688
October 19, 2016 07:19AM
809
October 19, 2016 09:22AM


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.