mysql Lock wait timeout exceeded; try restarting transaction解决
摘要:前面已经了解了InnoDB关于在出现锁等待的时候,会根据参数innodb_lock_wait_timeout的配置,判断是否需要进行timeout的操作,本文档介绍在出现锁等待时候的查看及分析处理; 在InnoDB Plugin之前,一般通过show full processlist(很难发现被锁的
阅读全文
posted @
2017-09-30 23:53
七月逆流
阅读(1577)
推荐(0) 编辑
redis开启外网访问
摘要:redis默认只允许本地访问,要使redis可以远程访问可以修改redis.conf 打开redis.conf文件在NETWORK部分有说明 ################################## NETWORK ####################################
阅读全文
posted @
2017-09-28 15:35
七月逆流
阅读(5857)
推荐(0) 编辑
How to install Redis 3.2 on CentOS 6 and 7
摘要: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) 编辑
Centos6 下安装Nginx+Mysql+PHP
摘要:安装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
七月逆流
阅读(275)
推荐(0) 编辑