How To Install Windows Server 2012 R2 MYSQL
I will talk about two ways to do this. The first method is how we can do this from the MySQL
official page. Once the image is linked to the page, click the Download
tab.

Then click the Windows tab.

After clicking the MySQL installer tab on the page that opens,

Here you can download and install from the links at the bottom of the page. The first link is the internet installation package if you have an internet connection, the second link is the local installation file that contains the entire recommended installation package for users who do not have an internet connection. The page is also available in the installation guide (MySQL Installer Documentation). But there is a situation,

If you want to install all of the MySQL products and need such an installation package, you can download the MySQL Community Server installation package by clicking the MySQL Server tab on the top page. MySQL ALL products in one package! Again, the installation guide is available on the page.

My second method is to download the latest version of WEB PI
from the server at http://www.microsoft.com/web/downloads/platform.aspx.

Free Download
, then we call the warning at the bottom Run
.

After the Web Platform Installer is opened, click Products and then add MySQL Windows 5.1
Add to the installation queue.

Then we continue the process by saying Install
.

Then, after setting the password for root, which is the MySQL
database administrator, we continue with Continue
.

Then let’s continue with I Accept,
Then the download and upload process will take place.
After the CONFIGURE
the process is done smoothly, let’s finish with Finish
.
With MySQL
Command-Line, we can connect to the database and make transactions.

Of course, if you want to use MySQL locally with graphical interface support, you can install and use MySQL WorkBench.
I hope it has been a useful article.