centos安装mysql后还能安装lamp吗
发布网友
发布时间:2022-04-08 04:50
我来回答
共1个回答
热心网友
时间:2022-04-08 06:19
安装Lamp环境。
1. 安装apahce
yum install httpd
可能会用到的:
systemctl start httpd.service #启动apache
systemctl stop httpd.service #停止apache
systemctl restart httpd.service #重启apache
systemctl enable httpd.service #设置apache开机启动
2. 安装mysql。
由于yum源上没有mysql-server。所以必须去官网下载,这里 我们用wget命令,直接获取。