In this quick tutorial I will list out some necessary steps to setting up mariadb galera cluster on CentOS. The selected CentOS version is 6.5 and the MariaDB is running with the 10.0 version. Preparation We will need to install required softwares as regular: Disable SELinux: [bash]setenforce 0[/bash] Add MariaDB repo […]
mariadb
2 posts
Setting up a good performance PHP-Stack is not a trivial work. We will need to choose which software is necessary for the stack based on some specific needs. Today I will guide how to setup nginx php-fpm 5.6 mariadb on CentOS server. Remove out-dated softwares [bash]yum remove -y httpd yum remove […]