随笔分类 -  PHP开发环境

摘要:centos7查看端口命令 查看Centos端口命令: # netstat -lntp #查看监听(Listen)的端口# netstat -antp #查看所有建立的TCP连接其他关于查看服务器网络信息命令:1、查看Linux系统主机名: Linux学习,http:// linux.it.net. 阅读全文
posted @ 2018-02-28 19:20 yangchunlong 阅读(61497) 评论(0) 推荐(0)
摘要:安装phpMyAdmin phpMyAdmin是一个使用PHP语言编写的免费软件,旨在通过Web界面管理MySQL数据库。phpMyAdmin支持MySQL和MariaDB上的各种操作。用户可以通过Web界面执行数据库的常用操作(数据库管理,表,字段,索引,用户,权限,视图,函数等),以及直接执行任 阅读全文
posted @ 2018-02-28 15:01 yangchunlong 阅读(1259) 评论(0) 推荐(0)
摘要:这篇文章主要介绍了CentOS7 LNMP+phpmyadmin环境搭建,第三篇phpmyadmin安装,具有一定的参考价值,感兴趣的小伙伴们可以参考一下 这篇文章主要介绍了CentOS7 LNMP+phpmyadmin环境搭建,第三篇phpmyadmin安装,具有一定的参考价值,感兴趣的小伙伴们可 阅读全文
posted @ 2018-02-28 14:52 yangchunlong 阅读(309) 评论(0) 推荐(0)
该文被密码保护。
posted @ 2018-02-28 12:10 yangchunlong 阅读(0) 评论(0) 推荐(0)
该文被密码保护。
posted @ 2018-02-28 12:08 yangchunlong 阅读(1) 评论(0) 推荐(0)
摘要:安装顺序: NGINX-->MYSQL5.7.16-->PHP7 groupadd wwwuseradd -g www www 安装依赖: 安装gcc,g++,根据需要安装,如果已安装,请跳过此步。 yum -y install gcc gcc-c++ 2 由于nginx需要依赖pcre库、zlib 阅读全文
posted @ 2018-02-28 09:23 yangchunlong 阅读(369) 评论(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 阅读(511) 评论(0) 推荐(0)
摘要:1.ubuntu搭建PHP网站完整实例教程 https://www.cxiansheng.cn/server/306 阅读全文
posted @ 2018-02-27 13:23 yangchunlong 阅读(108) 评论(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 阅读(944) 评论(0) 推荐(0)
摘要:安装nginx版本为0.8.36 一。下载nginx 下载地址:http://www.nginx.org/ 选择nginx-0.8.36 将该下载包拷贝到/usr/local/下(随意了,找个地方就好) 二。安装 cd /usr/local/ tar zxvf nginx-0.8.36.tar.gz 阅读全文
posted @ 2018-01-17 21:41 yangchunlong 阅读(158) 评论(0) 推荐(0)
摘要:Posted on 2013 年 2 月 27 日 3,070 Views 不得不说,英文不好弄linux服务器有时是挺痛苦的,苦逼的博主没好好学习英文,导致被lnmp折腾的够呛. php-fpm配置不当,导致服务器经常出现502错误,上个学期多次调整都没有解决,网上找来资料,大都是增加max_ch 阅读全文
posted @ 2018-01-17 21:34 yangchunlong 阅读(224) 评论(0) 推荐(0)
摘要:1)修改更新源升级系统更新 yum update 安装nginx版本为0.8.36 一。下载nginx 下载地址:http://www.nginx.org/ 选择nginx-0.8.36 将该下载包拷贝到/usr/local/下(随意了,找个地方就好) 二。安装 cd /usr/local/ tar 阅读全文
posted @ 2018-01-17 15:56 yangchunlong 阅读(226) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2018-01-05 19:51 yangchunlong 阅读(1631) 评论(0) 推荐(0)