Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Difference between MySQL .zip and .msi download

Sorry I know this is not really a programming question.

But when for example on the MySQL website you are given the option to download a .zip or .msi file. Is the result exactly the same application, or do the two work slightly different. I.e. the .zip option being more self contained, with everything under the MySQL folder and nothing in the registry etc.

This will help a lot towards my problem and future problems.

like image 666
Ankur Avatar asked May 06 '09 10:05

Ankur


People also ask

What is the difference between MSI and ZIP file?

msi file is an installer. When you launch it, you start, by default, installing software. A . zip file is just an archive that doesn't have to contain a setup file as sometimes software can be used without installation (you doubleclick the .exe file).

Is MSI a zip file?

More on Windows Installer FilesMSIX files are based on the MSI format, but are ZIP-compressed packages used in Windows 10 and later. Microsoft's App Installer tool opens them, and any ZIP decompression tool, including 7-Zip, can extract its contents.

Which MySQL should I install?

MySQL Installer is recommended for most users. MySQL Installer can install and manage (add, modify, upgrade, and remove) many other MySQL products, including: Applications – MySQL Workbench, MySQL for Visual Studio, MySQL Utilities, MySQL Shell, MySQL Router.


2 Answers

if I plan to have single MySQL installation on single box - I use .msi

With multiple installations on single box .zip packges are easier to handle.

like image 118
noonex Avatar answered Sep 21 '22 12:09

noonex


If you follow the links from the download page you can find an answer to this on the MySQL website.

like image 37
Dave Webb Avatar answered Sep 20 '22 12:09

Dave Webb