Difference Between MySQL Release Versions

What is the difference between mysql-5.5.8.zip and mysql-5.5.8-win32.zip in http://dev.mysql.com/downloads/mysql/ download page. I have a Win 2K environment, which binary should I use and why does it have a huge size difference between the above?

+7
source share
1 answer

The smaller package does not contain a test suite or an embedded server.

In any case, I suggest you install the MSI installer instead - installation and configuration are simpler.

+4
source

All Articles