摘要: window10安装mysql-5.7.20-winx64.zip 原文 https://www.cnblogs.com/ericli-ericli/p/6916285.html D:\share\src\window7-mysql\mysql-5.7.20-winx64.zip 1.解压 2.创建my.ini,在basedir目录下 [client] default-c... 阅读全文
posted @ 2018-03-01 16:56 xgmxm 阅读(431) 评论(0) 推荐(0) 编辑
摘要: 5.6的安装包是一个zip文件,里面包含了data(有表空间文件和日志文件),bin等文件夹。不同于以往的只需要双击安装.msi就行了。因此,在此记录下安装包是.zip时的安装步骤。 1下载 进http://downloads.mysql.com/archives/community/下载 下载完成 阅读全文
posted @ 2018-03-01 16:53 xgmxm 阅读(335) 评论(0) 推荐(0) 编辑
摘要: nginx反向代理和负载均衡 代理tcp 阅读全文
posted @ 2018-03-01 15:29 xgmxm 阅读(156) 评论(0) 推荐(0) 编辑
摘要: location优先级 阅读全文
posted @ 2018-03-01 15:20 xgmxm 阅读(146) 评论(0) 推荐(0) 编辑
摘要: root和alias的区别 阅读全文
posted @ 2018-03-01 15:16 xgmxm 阅读(132) 评论(0) 推荐(0) 编辑
摘要: mysql索引操作 explain分析sql 阅读全文
posted @ 2018-03-01 14:55 xgmxm 阅读(1100) 评论(0) 推荐(0) 编辑
摘要: nginx查看变量值 说明 nginx内置变量 阅读全文
posted @ 2018-03-01 13:07 xgmxm 阅读(1507) 评论(0) 推荐(0) 编辑
摘要: ssl脚本申请 nginx配置 阅读全文
posted @ 2018-03-01 12:03 xgmxm 阅读(266) 评论(0) 推荐(0) 编辑
摘要: nginx添加一个server 阅读全文
posted @ 2018-03-01 11:48 xgmxm 阅读(3097) 评论(0) 推荐(0) 编辑
摘要: nginx解析php server { listen 80; server_name localhost; index index.html index.htm index.php; root /opt/nginx/html; location /{ root /opt/nginx/html; } 阅读全文
posted @ 2018-03-01 11:38 xgmxm 阅读(121) 评论(0) 推荐(0) 编辑
摘要: nginx调优配置 user www www; #工作进程:数目。根据硬件调整,通常等于CPU数量或者2倍于CPU。 worker_processes 8; worker_cpu_affinity 00000001 00000010 00000100 00001000 00010000 001000 阅读全文
posted @ 2018-03-01 11:08 xgmxm 阅读(169) 评论(0) 推荐(0) 编辑
摘要: 编译安装pcre tar -xf pcre-8.36.tar.gz cd pcre-8.36 ./configure make && make install echo模块 unzip echo-nginx-module-master.zip 编译安装nginx useradd -M -s /sbi 阅读全文
posted @ 2018-03-01 10:37 xgmxm 阅读(150) 评论(0) 推荐(0) 编辑