歡迎來到Linux教程網
Linux教程網
Linux教程網
Linux教程網
您现在的位置: Linux教程網 >> UnixLinux >  >> Linux基礎 >> Linux技術

centos install lamp step

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

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