Mysql Installation Steps: Step 1 - Download The Latest Mysql Community Server From
Mysql Installation Steps: Step 1 - Download The Latest Mysql Community Server From
By clicking on the above URL, you will see the below options. Select your operating
system (Microsoft Windows) and click on Go to Download Page. It will redirect you
the actual download page for windows Mysql server.
Step 2 - It will show you Generally Available (GA) Releases. Click the Download
button on the second one (mysql-installer-community).
Step 3 - If you are not interested in login or sign up for now, you can directly go and
click on No thanks, just start my download option. It will download selected
MySQL for you on your local machine.
Step 4 - Go to your downloads folder where you can see the mysql-installer-
community file, right click on that file and click Install option and then Click on Run
Step 5 - This window configures the installer, in the middle, it may ask you for
permissions to change your computer settings or firewall confirmation, you can
accept and then it will take a few seconds to configure the installer.
Step 6 - Choosing a Setup Type -> Developer Default -> Then click on Next
Step 9 - Click on Execute and wait till all products get installed.
Step 27 - After installation MySQL shell get opened. Then give below commands to
ensure MySQL is installed properly.
> \sql
> \connect root@localhost
Enter password for mysql then Press enter.
Enter ‘N’ to do not save MySQL password.
>show databases;
It will show default databases as show in below image.