Monday, 20 April 2015

Install MySQL/Maria DB Server on CentOS 7

Install MySQL/Maria DB Server on CentOS 7


When you have installed CentOS 7 as central server. actually you need more service that helping your performance server. such as web server when you made server as web server. automate services who needed to install is php, web server, database server (MariaDB). it depend for what your server you want. Here I show to you how to install MySQL/MariaDB on the CentOS 7.

1. Login as root
2. Mount your DVD Master CentOS 7
3. type command yum install mariadb-server and wait until finish to install.
4. After finish to install, type command systemctl start mariadb
5. type command systemctl enable mariadb
6. type command mysql_secure_installation

Configure about user MariaDB, I will share as soon.

AHS

No comments:

Post a Comment