摘要: ;;;;;;;;;;;;;;;;;;;;;; FPM Configuration ;;;;;;;;;;;;;;;;;;;;;; ; All relative paths in this configuration file are relative to PHP's install; prefix 阅读全文
posted @ 2018-02-27 18:08 yangchunlong 阅读(418) 评论(0) 推荐(0) 编辑
摘要: 参考文档:http://blog.csdn.net/wufei1314a/article/details/52299967 1.下载php7源码包 2.解压源码包 3.安装php依赖包 安装libmcrypt wget https://nchc.dl.sourceforge.net/project/ 阅读全文
posted @ 2018-02-27 14:41 yangchunlong 阅读(450) 评论(0) 推荐(0) 编辑
摘要: 1.ubuntu搭建PHP网站完整实例教程 https://www.cxiansheng.cn/server/306 阅读全文
posted @ 2018-02-27 13:23 yangchunlong 阅读(101) 评论(0) 推荐(0) 编辑
摘要: [client] port=3306 socket=/usr/local/web/mysql/mysql.sock [mysqld] character-set-server=utf8 collation-server=utf8_general_ci skip-external-locking sk 阅读全文
posted @ 2018-02-27 12:57 yangchunlong 阅读(909) 评论(0) 推荐(0) 编辑
摘要: 最近在CentOS 7中源码安装MySQL 5.7.16,发现MySQL5.7.6+以后的安装方式真的与以前版本的MySQL安装方式大大的不同呀。不自己安装一把,下面这篇文章是通过自己的安装过程总结的一篇安装教程,有需要的朋友们可以参考借鉴,下面来一起看看吧 配置说明 Linux版本:Centos7 阅读全文
posted @ 2018-02-27 11:06 yangchunlong 阅读(12504) 评论(0) 推荐(1) 编辑