How to Install MySQL on Windows 10? (Version 8.0.14)

How to Install MySQL on Windows 10? (Version 8.0.14)

  • Blog
  • 3 mins read

Follow these steps to download and install MySQL on Windows 10.

  1. Click on the following link to download MySQL community version 8.0.14 Download MySQL. Select the version as shown in the below image:

Download MySQL 8 on Windows 10.

  1. Before downloading it will ask you to sign-in using Oracle.com account. Log in using your Oracle account or create a new one (it is free).
  2. When the download is complete for MySQL, do the double click on its installation file to start the installation.
  3. A MySQL Database installation window will appear. In the first step, accept the license agreement and click on the Next button.
  4. In the second step, select Full version to install as shown in the below image, then click on the Next button.

Install MySQL on Windows 10.

  1. In the third step, click on the Execute button to install all products of MySQL, and after completing the install, click on the Next button, as shown in the below image.

Installed MySQL

  1. Now it will ask you to configure MySQL. Then click on the Next button. And select the Standalone MySQL Server option and click on the Next button.
  2. It will show you the current configuration for the Development environment, take the screen-shot of that configuration for future reference (as shown in the below image) and click on the Next button.

MySQL Configuration.

  1. From the next step, choose the preferred Authentication method. I prefer the Legacy Authentication method.
  2. Then in the next step, specify the password and create a user as shown in the below image.

MySQL Authentication.

  1. Then in the next step, it will show you the Windows service information for the MySQL database. Note down the information or memorize it and click on the next button.

MySQL Service for Windows.

  1. Then it will ask you to Apply the Configuration, click on the Execute button to Apply. And after completion, it will show you the successful installation page as shown in the below image.

MySQL Completed Configuration.

  1. It is not yet completed. Now it will show you the screen for Product configuration. Then click on the Next button (skip the bootstrap configuration) and then click on the Finish button.
  2. Then it will show you another screen to test the connection. Enter your password you specified in the previous step and click on the check button as shown in the below image.

MySQL Test Connection.

  1. Then click on the Next button. Now it will ask you to apply the configuration again. Then click on the Execute button. It will install the sample databases.
  2. After completion click on the Next button and then it will finally show you the Finish button.

The installation of MySQL 8.0.14 is now completed, and you can run the MySQL Workbench to start your work.

MySQL Workbench.

See also:

Download and Install Python on Windows 10