盘古开天

导航

2013年2月2日

日常错误汇集

摘要: mysql配置:并发默认151,超过时会出现“1040 Too many connections”,修改为99999:set global max_connections=99999;超过1024时,碰到了Linux “open files”限制,出现错误“2001 Can't create UNIX socket (24)”。修改为99999:ulimit -n 99999 阅读全文

posted @ 2013-02-02 20:17 盘古开天 阅读(110) 评论(0) 推荐(0) 编辑