Install MySQL on Windows Server 2008 R2 and 2012
This article provides instructions for installing MySQL on Windows Server
2008 R2 and Windows Server 2012 by using the Microsoft Web Platform
Installer (Web PI). Web PI makes it easy to install a variety of
applications to your server.
Download Web PI
Download the most recent version of Web PI on your server from
https://www.microsoft.com/web/downloads/platform.aspx.
Install MySQL
-
Launch the Web PI application by running the wpilauncher.exe file that
you downloaded in the preceding section. -
In the Web Platform Installer window, search for MySQL in the
search box. -
Select MySQL Windows 5.1 (or current version), click Add, and then
click Install to start the installation. -
Provide a password for the root account of the server.
-
Review the licensing agreement, and then click I Accept.
The MySQL Windows 5.1 application is downloaded and installed on
your server. -
After the installation is completed, click Finish.
Note: You can launch MySQL by running the mysqld.exe
command from
the installation directory. By default, this directory is set to C:\Program
Files\MySQL\MySQL Server 5.1\bin.
Updated 11 months ago