随笔分类 -  work-php

work-php
CentOS7 安装 PHP7.2
摘要:CentOS7 安装 PHP7.2 点击查看原文 安装源 安装 EPEL 软件包: $ sudo yum install epel-release 安装 remi 源: $ sudo yum install http://rpms.remirepo.net/enterprise/remi-relea 阅读全文
posted @ 2019-08-01 19:53 adolfmc 阅读(808) 评论(0) 推荐(0)
php常用命令
摘要:重启phpservice php-fpm restart 查看apache版本号httpd -v apache 重启apacheservice httpd start 启动service httpd restart 重新启动service httpd stop 停止服务 apache位置 /etc/ 阅读全文
posted @ 2019-07-27 19:11 adolfmc 阅读(337) 评论(0) 推荐(0)
Centos7安装PHP、安装MySQL、安装apache
摘要:Centos7安装PHP、MySQL、apache 这里今天教大家如何在centos7安装PHP,apache,mysql。 首先我们需要先安装centos7,我们可以在我们的电脑上安装一个虚拟机,在里面装centos7,在win10里安装centos7可以看我的上一篇博客:https://www. 阅读全文
posted @ 2019-07-27 18:39 adolfmc 阅读(1309) 评论(0) 推荐(0)