Skip to content

rohitmulay/mysqlwindows

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

mysqlwindows

MySQL Installation Procedure on Windows

Go to https://dev.mysql.com/downloads/installer/ , you will find two files.

Screenshot_390

The first one is the web version which will download the required files from the internet during the installation and the second one will install the MySQL Server directly. That is why there is a dramatic difference in the size of the two files.

Download the file as per you conveniences and run it.

Screenshot_365

Wait for the installation to begin.

Screenshot_367

Once the installer opens Check the box "I accept the license terms" and click next.

Screenshot_369

Choose the Setup Type, I recommend you to go for "Server only" if you just want to install MySQL Server. You can select any type as per your needs.

Screenshot_375

You can now see the MySQL product in the Installation with a status "Ready to install" now click on "Execute"

Screenshot_376

If you get the status as "Failed" Install Visual C++ Redistributable Packages for Visual Studio 2013 and the reinstall MySQL.

Visual C++ Redistributable Packages for Visual Studio 2013 (x86 32 bit)

Visual C++ Redistributable Packages for Visual Studio 2013 (x64 64 bit)

Visual C++ Redistributable Packages for Visual Studio 2013 (arm)

New_Doc_2017_09_17_1_2

Click "Next" for Product Configuration.

Screenshot_377

I recommend you to go for "Standalone MySQL Server" and click "Next"

Screenshot_378

Keep the default settings as it is and press "Next"

Screenshot_379

Set root password as "root123", if you want you can also set the password you desire and click "Next".

Screenshot_380

You need to set "Windows Service Name", I recommend you to leave the default name as it is and proceed further by clicking "Next".

Screenshot 381

In Plugins and Extension do not Enable X Protocol, Leave the Default as it is and click "Next".

Screenshot_382

To Apply the Configuration click "Execute".

Screenshot_384

If everything goes well, the configuration will complete and then click "Finish".

Screenshot_386

You have now successfully completed the installation procedure of MySQL.

To run your MySQL Server go to "Start" on your taskbar, you will find a command prompt icon with the name "MySQL 5.7 Command Line Client" double click on it.

Screenshot_387

A black screen window will open, that is nothing but the command promt window and it will ask you to "Enter password:". Enter the password what you set while installation (root123) and press "Enter".

Screenshot_388

Congratulations! You are now into the MySQL Server and ready to execute the queries you want.

Screenshot_389

About

MySQL Installation Procedure on Windows

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published