CentOS 7
yum install httpd httpd-devel mariadb mariadb-server mariadb-devel php php-devel php-mysql -y
systemctl restart httpd
systemctl restart mariadb
CentOS 6
yum install httpd httpd-devel mysql mysql-server mysql-devel php php-devel php-mysql -y
service httpd restart
service mysqld restart



