[go: up one dir, main page]

0% found this document useful (0 votes)
481 views14 pages

Mysql Installation Steps: Step 1 - Download The Latest Mysql Community Server From

The document outlines 27 steps to install MySQL on Windows. It involves downloading the MySQL installer, running the installer, selecting a setup type, setting the root password, and executing the installation. After installation is complete, commands are run in the MySQL shell to check that MySQL was installed properly.

Uploaded by

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

Mysql Installation Steps: Step 1 - Download The Latest Mysql Community Server From

The document outlines 27 steps to install MySQL on Windows. It involves downloading the MySQL installer, running the installer, selecting a setup type, setting the root password, and executing the installation. After installation is complete, commands are run in the MySQL shell to check that MySQL was installed properly.

Uploaded by

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

Mysql Installation Steps

Step 1 - Download the latest Mysql Community server from -


https://dev.mysql.com/downloads/mysql/

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).

1 Sunbeam Institute of Information Technology Pune,Karad


Mysql Installation Steps

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.

(Note: Wait till download is complete - 428 MB)

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

2 Sunbeam Institute of Information Technology Pune,Karad


Mysql Installation Steps

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

3 Sunbeam Institute of Information Technology Pune,Karad


Mysql Installation Steps

Step 7 - Click on Next

Step 8 - Click on Yes

4 Sunbeam Institute of Information Technology Pune,Karad


Mysql Installation Steps

Step 9 - Click on Execute and wait till all products get installed.

Step 10 - Once completed installation of all products. Then click on Next

5 Sunbeam Institute of Information Technology Pune,Karad


Mysql Installation Steps

Step 11 - Click on next

Step 12 - Select Standalone MySQL Server/ Classic MySQL Replicationand click


on Next.

6 Sunbeam Institute of Information Technology Pune,Karad


Mysql Installation Steps

Step 13 - Keep default settings as it is and Click on Next.

Step 14 - Keep default setting as it is and Click on Next.

7 Sunbeam Institute of Information Technology Pune,Karad


Mysql Installation Steps

Step 15 - Set MySQL Root Password as manager, Repeat Password as manager


and then click on Next.

Step 16 - Keep default setting as it is and Click on Next.

8 Sunbeam Institute of Information Technology Pune,Karad


Mysql Installation Steps

Step 17 - Click on Execute and wait till execute all steps.

Step 18: Click on Finish

9 Sunbeam Institute of Information Technology Pune,Karad


Mysql Installation Steps

Step 19 - Click on Next

Step 20 - Click on Finish

10 Sunbeam Institute of Information Technology Pune,Karad


Mysql Installation Steps

Step 21 - Click on Next

Step 22 - Enter MySQL password and check the connection

11 Sunbeam Institute of Information Technology Pune,Karad


Mysql Installation Steps

Step 23 - Click on Execute

Step 24 - Click on Finish

12 Sunbeam Institute of Information Technology Pune,Karad


Mysql Installation Steps

Step 25 - Click on Next

Step 26 - Click on finish

13 Sunbeam Institute of Information Technology Pune,Karad


Mysql Installation Steps

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.

14 Sunbeam Institute of Information Technology Pune,Karad

You might also like