上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 32 下一页
摘要: 前面已经了解了InnoDB关于在出现锁等待的时候,会根据参数innodb_lock_wait_timeout的配置,判断是否需要进行timeout的操作,本文档介绍在出现锁等待时候的查看及分析处理; 在InnoDB Plugin之前,一般通过show full processlist(很难发现被锁的 阅读全文
posted @ 2017-09-30 23:53 七月逆流 阅读(1576) 评论(0) 推荐(0) 编辑
摘要: redis默认只允许本地访问,要使redis可以远程访问可以修改redis.conf 打开redis.conf文件在NETWORK部分有说明 ################################## NETWORK #################################### 阅读全文
posted @ 2017-09-28 15:35 七月逆流 阅读(5853) 评论(0) 推荐(0) 编辑
摘要: What is Redis? Redis is a flexible open-source, key value data store, used as a database, cache and message broker. Redis allows the user to store vas 阅读全文
posted @ 2017-09-28 15:31 七月逆流 阅读(195) 评论(0) 推荐(0) 编辑
摘要: 安装nginx https://segmentfault.com/a/1190000007928556 添加源 $ wget http://nginx.org/packages/centos/6/noarch/RPMS/nginx-release-centos-6-0.el6.ngx.noarch. 阅读全文
posted @ 2017-09-25 01:24 七月逆流 阅读(273) 评论(0) 推荐(0) 编辑
摘要: Centos升级到7之后,内置的防火墙已经从iptables变成了firewalld。所以,端口的开启还是要从两种情况来说明的,即iptables和firewalld。更多关于CentOs防火墙的最新内容,请参考Redhat官网。 一、iptables 1.打开/关闭/重启防火墙 2.查看打开的端口 阅读全文
posted @ 2017-08-27 00:40 七月逆流 阅读(3792) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/ttyp/archive/2005/11/18/279124.html 阅读全文
posted @ 2017-08-24 23:40 七月逆流 阅读(181) 评论(0) 推荐(0) 编辑
摘要: 另 dump出来的SQL会有CREATE DATABASE /*!32312 IF NOT EXISTS*/ `assetdb` /*!40100 DEFAULT CHARACTER SET utf8 */; 类似的符号.说明: MySQL对标准SQL的扩展 MySQL服务器包含一些其他SQL DB 阅读全文
posted @ 2017-08-22 21:25 七月逆流 阅读(372) 评论(0) 推荐(0) 编辑
摘要: 对应的nginx文件的配置: http://www.itnose.net/detail/6411167.html 阅读全文
posted @ 2017-08-17 22:45 七月逆流 阅读(3006) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/yygydjkthh/article/details/7845639 http://walkerqt.blog.51cto.com/1310630/1690113/ 阅读全文
posted @ 2017-08-11 11:17 七月逆流 阅读(160) 评论(0) 推荐(0) 编辑
摘要: https://www.darrenfang.com/2015/01/setting-up-http-cache-and-gzip-with-nginx/ https://www.linuxdashen.com/nginx%E6%9C%8D%E5%8A%A1%E5%99%A8%E5%A6%82%E4 阅读全文
posted @ 2017-08-09 01:23 七月逆流 阅读(194) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 32 下一页