How to Install MySQL 8.0.37 on Windows: A Comprehensive Guide

MySQL, a robust open-source relational database management system (RDBMS), is a cornerstone for countless applications. Whether you’re a budding developer, a seasoned database administrator, or simply someone looking to manage data efficiently, MySQL is a powerful tool at your disposal. This guide will walk you through the process of installing MySQL 8.0.37 on your Windows 10 or 11 machine. Here are the step by step instructions with screenshots.

Let’s get started!

Installing MySQL 8.0.37 on Windows 10 and 11: Complete Guide for Beginners

Before you embark on the MySQL installation journey, it’s crucial to ensure your system meets the necessary requirements. Here’s a general overview of what you’ll need:

Minimum System Requirements:

Operating System: Windows Server 2012 or later, Windows 10 or later.
Processor: Intel or AMD processor with a minimum clock speed of 1 GHz: x86, x86_64, AMD64, Intel EM64T
RAM: At least 1 GB of RAM recommended for data storage.
User Permissions: Administrative privileges to install and configure MySQL.

Step-by-Step Installation Guide for MySQL 8.0.37 on Windows 10 and 11:

Follow these steps to download MySQL .

  1. Search for ‘MySQL Download’ in search engine(Google, Yahoo, Bing, etc..) or you can directly go to MySQL Website by using the following link.

    Link: https://www.mysql.com/

  2. Click on the MySQL Downloads as shown in the below screenshot.

  3. Now Click on the Downloads from the menu or you can go directly visit by using the following Link.

    Link: https://www.mysql.com/downloads/

  4. You can find ‘MySQL Community (GPL) Downloads »’ at the bottom of the page.

  5. Now click on the ‘MySQL Installer for Windows’ under MySQL Community Downloads

  6. Select Version from the drop down list: ‘8.0.37’ and then select Operating system as ‘Microsoft Windows’ and then click on the Download button as shown in the below screenshot.

  7. Now Click on No thanks, just start my download as shown below.
  8. Beginner’s Guide: Installing MySQL 8.0.37 on Windows 10 and 11 system

  9. Now click on the downloaded MySQL Installer to install ‘MySQL’ in the devise.
  10. Now Started Installing MySQL..

  11. Choosing a Setup Type as ‘Custom’ and then click on the ‘Next’ button.

  12. Now it shows following screen with available products.

  13. Expand MySQL Servers as shown in the below screenshot and then select ‘MySQL Server 8.0.37- x64’ and click on Right side Green Arrow. Now it is moved to ‘Products to be Installed’ section.

  14. Similarly expand Applications from the available products and then select ‘MySQL Workbench 8.0.36- x64’ and click on Green Arrow. Now you can observe that, it is moved to ‘Products to be Installed’ section.

  15. Now expand MySQL Shell from the available products and then select ‘MySQL Shell 8.0.37- x64’ and click on Green Arrow. Now you can observe that, it is moved to ‘Products to be Installed’ section.
  16. Selected Products to be Installed and click on the ‘Next’ button.

  17. Click on the ‘Execute’ button.
  18. You can see the progress as shown below. Click on the ‘Next’ button.
  19. Click on the Next button.
  20. Click on the Next button.
  21. Click on the Next button.
  22. Enter the Password in your choice for the root account and click on Next. Don’t forget this password. We need to enter this while working in the MySQL. And then click on the Next button.
  23. Click on the Next button.
  24. Click on the Next button.
  25. Click on the Finish button.
  26. Click on the Next button.
  27. Click on the Finish button.
  28. Now we can see shall command prompt.
  29. Click on the Local instance MySQL80.
  30. Enter root password which we have created in our earlier steps.
  31. Now MySQL Environment is ready to write SQL queries.
  32. You can see here the ‘Query Window’.

Watch at Youtube:

You can also watch at youtube: How to Install MySQL 8.0.37 on Windows 10 or 11

Learn Python Interview Questions & Answers:

Top 100+ Python Interview Questions & Answers : Python Interview Questions & Answers

Thanks for watching!