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