How to Install MariaDB on CentOS Linux

In this tutorial will we install MariaDB on CentOS 7 using the default yum repositories. What is MariaDB ? MariaDB is an free and open source database server made by the original developers of MySQL. It is a drop-in replacement for MySQL. Install MariaDB 1. Install MariaDB client and server 2. Enable and start MariaDB ... Read More...

Install MySQL Server on CentOS

This quick tutorial will describe how to install MySQL on your CentOS 5 or CentOS 6 server. MySQL server and MySQL client are available from the standard CentOS repository. 1. Install MySQL server and MySQL client yum install mysql-server mysql 2. Start the MySQL service /etc/init.d/mysql start  3. Run MySQL secure installation /usr/bin/mysql_secure_installation Accept the defaults for all ... Read More...