2012 年二月 一 二 三 四 五 六 日 « 一 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 近期评论
- wlx [微博 ] 发表在《google彻底被封?》
- snake 发表在《google彻底被封?》
- Andrew Pelt 发表在《debian testing上安装oracle 10g》
- tiplip 发表在《webmap.cn使用的WEBGIS技术》
- 求助Evolution问题!! 发表在《evolution crashed in gutsy alpha》
分类目录
标签
anjuta apache backup breezy c++ compile convert dapper debian dns edgy evolution feisty firefox flash gnome gobang GRASS gutsy humor intrepid Linux mailman MapServer mysql openoffice Oracle php phpbb postfix PostGIS postgresql qgis sarge scim skype subversion svn tomcat ubuntu utf8 westdc Windows wordpress 中文
Tag Archives: error
unison error: Lost connection with the server
使用unison备份远程服务器上的数据,遇到这个错误: bash: unison: command not found Lost connection with the server 后来一想,应该是远程服务器上没有安装unison,因为unison是一个C/S程序。 安装后果然解决问题。
mysql又出问题了
已经被MYSQL的问题烦恼了很长的时间了,而且一直没有搞清楚问题的原因。 原来已经调整了参数,并且设置了MYSQL每天自动重新启动一次,没想到还是有问题。 最近又出现了too many connections的问题,干脆再次调整参数,从500直接调整到1500了, 2.4 Too many connections错误 如果在你试土连接MySQL时,你得到错误Too many connections,这意味着已经有max_connections个客户连接了mysqld服务器。 如果你需要比缺省(100)更多的连接,那么你应该重启mysqld,用更大的 max_connections 变量值。 注意,mysqld实际上允许(max_connections+1)个客户连接。最后一个连接是为一个用Process权限的用户保留的。通过不把这个权限给一般用户(他们不应该需要它),有这个权限一个管理员可以登录并且使用SHOW PROCESSLIST找出什么可能出错。见7.21 SHOW句法(得到表,列的信息)。 几个相关命令: mysqladmin version mysqladmin variable show processlist 完整信息可以参考:http://phpchina.com/bbs/archiver/tid-3817.html