views:

280

answers:

2

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.

+3  A: 

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

Dave Webb
+1  A: 

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.

noonex