For MySQL 5.5, there are installation package formats to choose from when installing MySQL on Windows:
MySQL Installer and the "Complete Package" methods for installing MySQL are similar, but different. The MySQL Installer is the newer and more advanced option, and it includes all functionality found within the "Complete Package."
MySQL Installer: This package has a file
name similar to
mysql-installer-community-5.5.33.0.msi
or
mysql-installer-commercial-5.5.33.0.msi,
and utilizes MSI's to automatically install MySQL server and
other products. It will download and apply updates to itself,
and for each of the installed products. It also configures the
additional non-server products.
The installed products are configurable, and this includes: documentation with samples and examples, connectors (such as C, C++, J, NET, and ODBC), MySQL Workbench, MySQL Notifier for Microsoft Windows, MySQL for Excel, and the MySQL Server with its components.
MySQL Installer will run on all Windows platforms that are supported by MySQL. Note: because MySQL is not a native component of Windows and depends on .NET, it will not work on minimal installation options like the "Server Core" version of Windows Server 2008.
For instructions on installing MySQL using MySQL Installer, see Section 2.3.3, “Installing MySQL on Microsoft Windows Using MySQL Installer”.
The Complete Package: This
package has a file name similar to
mysql-5.5.33-win32.msi and
contains all files needed for a complete Windows installation,
including the Configuration Wizard. This package includes
optional components such as the embedded server and benchmark
suite.
The Noinstall Archive: This
package has a file name similar to
mysql-5.5.33-win32.zip and
contains all the files found in the Complete install package,
with the exception of the Configuration Wizard. This package
does not include an automated installer, and must be manually
installed and configured.
MySQL Installer is recommended for most users. Both MySQL Installer and the alternative
"Complete distribution" versions are available as
.msi files for use with installations on
Windows. The Noinstall distribution is packaged as a Zip archive.
To use a Zip archive, you must have a tool that can unpack
.zip files.
Your choice of install package affects the installation process
you must follow. If you choose to install using MySQL Installer, see
Section 2.3.3, “Installing MySQL on Microsoft Windows Using MySQL Installer”. If you choose to install a
standard MSI package, see
Section 2.3.4, “Installing MySQL on Microsoft Windows Using an MSI Package”. If you choose to
install a Noinstall archive, see
Section 2.3.7, “Installing MySQL on Microsoft Windows Using a
noinstall Zip Archive”.

User Comments
Add your own comment.