1. Create a repo configuration file vi /etc/yum.repos.d/mariadb.repo Paste the following [mariadb] name = MariaDB baseurl = http://yum.mariadb.org/10.0/centos6-amd64 gpgkey= https://yum.mariadb.org/RPM-GPG-KEY-MariaDB gpgcheck=1 Or you can create your own configuration from MariaDB repo creator https://downloads.mariadb.org/mariadb/repositories/#mirror=neusoft 2. Install MariaDB server and client yum install MariaDB-server MariaDB-client 3. Start service mysql start 4. Enable on boot chkconfig mysql on 5. Run mysql_secure_installation program to secure and check your installation. /usr/bin/mysql_secure_installation NOTE: RUNNING ALL PARTS OF THIS SCRIPT IS RECOMMENDED FOR ALL MariaDB SERVERS IN PRODUCTION USE! PLEASE READ EACH STEP CAREFULLY! In order to log into MariaDB to secure it, we'll need the current password for the root user. If you've just installed MariaDB, and you haven't set the root password yet,...
Don't look your past, but look your future