歡迎來到Linux教程網
Linux教程網
Linux教程網
Linux教程網
Linux教程網 >> Linux基礎 >> Linux技術 >> centos install lamp step

centos install lamp step

日期:2017/3/3 13:54:19   编辑:Linux技術

如果您安裝有問題,可以留言,歡迎評論。

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

Copyright © Linux教程網 All Rights Reserved