[go: up one dir, main page]

0% found this document useful (0 votes)
75 views13 pages

MySQL Installation Steps

The document provides step-by-step instructions for downloading and installing MySQL 8.0 on a machine. It includes details on selecting the MySQL Server version, executing installation steps, and setting a password. The final step confirms successful installation by accessing the MySQL Command Line Client.

Uploaded by

Vivek Pathade
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
75 views13 pages

MySQL Installation Steps

The document provides step-by-step instructions for downloading and installing MySQL 8.0 on a machine. It includes details on selecting the MySQL Server version, executing installation steps, and setting a password. The final step confirms successful installation by accessing the MySQL Command Line Client.

Uploaded by

Vivek Pathade
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 13

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.

You might also like