0% found this document useful (0 votes)
6 views

My SQL Installation

Uploaded by

pawangs
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
6 views

My SQL Installation

Uploaded by

pawangs
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 15

MySQL Installation Guide

MySQL is one of the most popular relational database management software that is widely used in
today's industry. It provides multi-user access support with various storage engines. It is backed by
Oracle. In this section, we are going to learn how we can download and install MySQL for beginners.

The following are the minimum system requirements to work with MySQL:

RY
● Microsoft .NET Framework 4.5.2

● Microsoft Visual C++ Redistributable for Visual Studio 2019

● 4 GB RAM (6 GB recommended)

TA
● Dual-core processor (Quad-core processor recommended)
IE
Downloading MySQL
[email protected]
ZN4L9ICF3G
1. Click on https://www.mysql.com/ to open the MySQL home page.
PR

2. Click on DOWNLOADS as shown in the image given below,


O
PR

1
This file is meant for personal use by [email protected] only.
Sharing or publishing the contents in part or full is liable for legal action.
3. Now, click on MySQL Community (GPL) Downloads », shown below,

RY
TA
4. Now, click on MySQL Installer for Windows, as shown below,
IE
[email protected]
ZN4L9ICF3G
PR
O
PR

2
This file is meant for personal use by [email protected] only.
Sharing or publishing the contents in part or full is liable for legal action.
5. Download the (mysql-installer-community-8.0.35.0.msi) installer as shown
below,

RY
TA
6. Click on No thanks, just start my download, to begin the download
IE
[email protected]
ZN4L9ICF3G
PR
O
PR

3
This file is meant for personal use by [email protected] only.
Sharing or publishing the contents in part or full is liable for legal action.
Installing MySQL
1. After downloading the setup, double click the MSI installer .exe file. It will give the following
screen:

RY
TA
2. In the next wizard, choose the Setup Type. There are several types available, and you need to
choose the appropriate option to install MySQL products and features. We would recommend
selecting the Full option. Once selected, click on the Next button.
IE
[email protected]
ZN4L9ICF3G
PR
O
PR

4
This file is meant for personal use by [email protected] only.
Sharing or publishing the contents in part or full is liable for legal action.
Note: This option will install the following things: MySQL Server, MySQL Shell,
MySQL Router, MySQL Workbench, MySQL Connectors, documentation, samples and
examples, and many more.

3. Once we click on the Next button, it may give information about some features that may fail to
install on your system due to a lack of requirements. We can resolve them by clicking on the
Execute button that will install all requirements automatically. We also have the option to skip
them, which can be done by clicking on the Next button.

RY
TA
IE
[email protected]
ZN4L9ICF3G
PR
O
PR

5
This file is meant for personal use by [email protected] only.
Sharing or publishing the contents in part or full is liable for legal action.
4. In the next wizard, we will see a dialog box that asks for our confirmation of a
few products not getting installed. Here, we have to click on the Yes button.

RY
5. After clicking on the Yes button, we will see the list of the products which are going to be

TA
installed. We can click on the Execute button to proceed.

IE
[email protected]
ZN4L9ICF3G
PR
O
PR

6
This file is meant for personal use by [email protected] only.
Sharing or publishing the contents in part or full is liable for legal action.
6. Once we click on the Execute button, it will download and install all the
products. After completing the installation, click on the Next button.

RY
TA
IE
7. In the next wizard, we need to configure the MySQL Server and Router. Now, click on the Next
button.
[email protected]
ZN4L9ICF3G
PR
O
PR

Note: Here, we are not going to configure the Router because there is no need to use it with MySQL.
We are going to show you how to configure the server only.

7
This file is meant for personal use by [email protected] only.
Sharing or publishing the contents in part or full is liable for legal action.
8. As soon as you will click on the Next button, you can see the screen below.
Here, we have to configure the MySQL Server. Now, choose the Standalone
MySQL Server/Classic MySQL Replication option and click on Next.

RY
TA
IE
[email protected]
ZN4L9ICF3G
9. In the next screen, the system will ask you to choose the Config Type and other connectivity
options. The default selections on this page are Config Type as 'Development Machine' and
PR

Connectivity as TCP/IP, and Port Number is 3306, then click on Next. Here, we are going to go
ahead with this configuration.
O
PR

8
This file is meant for personal use by [email protected] only.
Sharing or publishing the contents in part or full is liable for legal action.
10. Now, select the Authentication Method. Here, we are going to select the first
option and click on Next.

RY
TA
IE
11. The next screen will ask you to mention the MySQL Root Password. After filling the password
[email protected]
ZN4L9ICF3G
details, click on the Next button.
PR

Note: Password is essential for future modifications on MySQL Workbench; ensure it is securely
recorded.
O
PR

9
This file is meant for personal use by [email protected] only.
Sharing or publishing the contents in part or full is liable for legal action.
12. The next screen will ask you to configure the Windows Service to start the server. Keep the
default setup and click on the Next button.

RY
TA
IE
[email protected]
ZN4L9ICF3G
PR

13. In the next wizard, the system will ask you to apply the Server Configuration. Click on the
Execute button to proceed.
O
PR

10
This file is meant for personal use by [email protected] only.
Sharing or publishing the contents in part or full is liable for legal action.
RY
TA
14. Once the configuration has completed, you will get the screen below. Now, click on the Finish
button to continue.
IE
[email protected]
ZN4L9ICF3G
PR
O
PR

15. In the next screen, you can see that the Product Configuration is completed. Keep the default
setting and click on the Next button to complete the MySQL package installation.

11
This file is meant for personal use by [email protected] only.
Sharing or publishing the contents in part or full is liable for legal action.
RY
TA
16. In the next wizard, we can choose to configure the Router. Use the default settings and click on
IE
the Finish button.
[email protected]
ZN4L9ICF3G
PR
O
PR

12
This file is meant for personal use by [email protected] only.
Sharing or publishing the contents in part or full is liable for legal action.
17. In the next wizard, we will see the Connect to Server option. Here, we have to
mention the root password, which we had set in the previous steps.

RY
TA
IE
In this screen, it is also required to check whether the connection is successful or not by clicking on the
[email protected]
Check button. If the connection is successful, a tick mark will be displayed beside the Check button.
ZN4L9ICF3G
Once this is done, click on Next.
PR

18. In the next wizard, the settings and configurations are applied. Click on the Execute button to
proceed.
O
PR

13
This file is meant for personal use by [email protected] only.
Sharing or publishing the contents in part or full is liable for legal action.
RY
TA
19. After completing the above step, we will get the following screen. Here, click on the Finish
button.
IE
[email protected]
ZN4L9ICF3G
PR
O
PR

20. Now, the MySQL installation is complete. Click on the Finish button.

14
This file is meant for personal use by [email protected] only.
Sharing or publishing the contents in part or full is liable for legal action.
RY
TA
IE
Note: Once the Finish button is clicked, the MySQL Workbench will be launched (provided that the
checkboxes shown in the above screenshot are not unchecked).
[email protected]
ZN4L9ICF3G
PR
O
PR

15
This file is meant for personal use by [email protected] only.
Sharing or publishing the contents in part or full is liable for legal action.

You might also like