In this tutorial, we will create a database along with a user to access the database. For the purpose of this tutorial, we will assume that you have already installed MariaDB on CentOS Linux. 1. Log in to the MariaDB console. If you have a password set, use the -p flag to ... Read More...
Database Servers
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...
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...