MYSQL Downloading Steps
For Java Database Connectivity, we are going to use MySQL. So follow the steps for installing MySQL
8.0 on your machine.
1. Click the following link for downloading and installing MySQL.
https://downloads.mysql.com/archives/installer/
Click on the option Add…
Click on the + button before MySQL Servers.
Click on the -> to Select the MySQL Server latest version.
Click on the button Next.
Select the option MySQL Server 8.0.32 and then click on the button Execute.
If some other requirements are needed, then install them accordingly.
Click on Next.
Click on Execute.
Click on Next.
Click on Execute.
Generally the password set for MYSQL is root. So that it can be remembered quickly.
Click on Execute.
Click on Finish.
Click on Next.
Click on Next and then Finish.
Type MySQL 8.0 Command Line Client in the search bar inside the TaskBar. We might get the
window as follows:
Select the app MySQL 8.0 Command Line Client
Type the password as root.
We might get the window as follows:
Congratulations, you have successfully installed MySQL server on your machine.