Installing MySQL database.

Installing MySQL database.

Before we start, you need to download mysql database dev.mysql.com.
We used mysql-installer-community-5.7.25.0.msi in this documentation.

If you installing mysql 5.7 version usually you need to download and install .net framework 4.5.2 (This is optional, if it ask you to install it) you can download it here : https://www.microsoft.com


After downloaded open it and it would display :




Choose what you need to install, these all options were we choose :



Fill your password,



Note : please try to remember the password or you need to reinstall it again.

Click next and then click execute to install all of components and plugins, if you has successful install your mysql server it would display like this :




Now after successful installed MySQL server you should test whether it able to run or not.

Open your MySQL Command Clients (you can search it on all program on windows 7 or below)




Fill the password that created by you on previously, if your password is correct it would display like this :




Now testing by put command show databases; then it would show to you all of the databases :



Try to create database, to create database we will use mysql command line client, type code like these :

After you execute this code and then type command show databases; again and you would see testingsql on database.




Now you had successful to install mysql database. On the next article I will show you how to connect it with phpmyadmin, But before continue to phpmyadmin there is small article about how to fix if you got trouble on mysql database, you can skip it , if you don't need it.

Comments

Buy me a coffeeBuy me a coffee