
lamp
文章平均质量分 53
biguojun
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
腾讯云centos7.2服务器配置LAMP (mysql8 php7)
腾讯云centos7.2服务器配置LAMP(mysql8 php7) 安装Apache yum list installed | grep httpd yum install httpd yum list installed | grep httpd systemctl start httpd.service 更改网站根目录 cd /home mkdir www vim /etc/...原创 2018-05-31 16:37:47 · 1057 阅读 · 0 评论 -
腾讯云centos7.2服务器配置LAMP
腾讯云centos7.2服务器配置LAMP 安装Apache yum list installed | grep httpd yum install httpd yum list installed | grep httpd systemctl start httpd.service 安装Mysql yum list installed | grep mysql yum...原创 2018-05-16 16:29:46 · 1322 阅读 · 0 评论