码迷,mamicode.com
首页 >  
搜索关键字:connections    ( 949个结果
rsync
线上配置/etc/rsyncd.confuid = rootgid = rootuse chroot = yesmax connections = 10pid file=/var/run/rsyncd.pidlist = yesstrict modes = nohosts ...
分类:其他好文   时间:2014-06-28 16:24:42    阅读次数:327
MYSQL5.5和5.6参数的差异
performance_schema在 MySQL 5.6 中默认是开启的,但相关的很多参数相比 MySQL 5.5 却是降低了,例如 performance_schema 自动调整到 445 个表和 224 线程,比 MySQL 5.5 低。尽管默认 max_connections 只是 150 ...
分类:数据库   时间:2014-06-28 11:59:15    阅读次数:361
MySQL连接数超过限制的解决方法
最近网站出现 User 数据库名称 has already more than 'max_user_connections' active connections 的报错,网站瘫痪。有必要研究下这个问题。max_user_connections 是 MySQL 用户连接数的最大值设置,整段语句的意思...
分类:数据库   时间:2014-06-25 11:06:23    阅读次数:246
Mongodb---记一次事故故障
1.  登录服务器查看后,发现router的日志很大,有超过100G,导致无法打开,   决定,先重启router服务,删除日志。   2.  重启完毕router后,日志又出现了猛刷的情况,进入查看,显示     2014-06-19T20:08:25.170+0800[conn8956] end connection 10.4.1.101:7389(100 connections now...
分类:数据库   时间:2014-06-22 20:35:45    阅读次数:243
mac远程桌面连接windows 8.1 update,提示: 远程桌面连接无法验证您希望连接的计算机的身份
在网上找到解决方案:SolutionEnable RDP security layer in Group Policy on the machine:Verify that the firewall allows remote desktop connections with RDP (Port 3...
分类:Windows程序   时间:2014-06-10 09:19:37    阅读次数:495
ubuntu查看Mysql是否已启动
sudo netstat -tap | grep mysql命令行输出:tcp6 0 0 [::]:mysql [::]:* LISTEN 1740/mysqldsudo netstat -tapActive Internet connections (servers and established...
分类:数据库   时间:2014-06-09 13:18:40    阅读次数:1299
Windows 7下解决: java.net.SocketException: No buffer space available (maximum connections reached?)
查了一大堆网上的资料全都没用,Google得知,是Windows 7 的socket泄漏 :https://supportkb.riverbed.com/support/index?page=content&id=S23580&actp=LIST_RECENT补丁下载地址: http://suppo...
分类:编程语言   时间:2014-06-07 22:19:32    阅读次数:857
[网站日志]今天早上遭遇的CPU 100%情况
今天早上9:06左右,Windows性能监视器监测到主站的Web服务器出现了CPU 100%的情况,伴随着Requests/Sec的上升。QPS最高冲到了601。IIS的Current Connections也随之上升。
分类:Web程序   时间:2014-06-06 09:47:56    阅读次数:303
分享:mysql too many open connections问题解决方法
mysql too many open connections问题解决方法。原文参考:http://www.jbxue.com/db/10068.html原因主要是:max_connections配置问题导致,它必须在[mysqld]下面才会生效。曾经以为在my.cnf写入max_connectio...
分类:数据库   时间:2014-05-30 05:22:53    阅读次数:319
修改故障转移群集心跳时间
Windows Server Failover Clustering is a high availability platform that is constantly monitoring the network connections and health of the nodes in a ...
分类:其他好文   时间:2014-05-27 23:48:23    阅读次数:550
949条   上一页 1 ... 92 93 94 95 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!