如果您安裝有問題,可以留言,歡迎評論。
step1 Update your system:
yum update
step 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