如果您安装有问题,可以留言,欢迎评论。
step1 Update your system:
yum updatestep 2 Install Apache 2:
yum install httpd
step 3 Install Mysql:
yum install mariadb-server mariadb
step4 start mariadb service:
systemctl start mariadb
step 5 set root password:
mysql_secure_installation
step 6 set start on boot:
systemctl enable mariadb.service