免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 2637 | 回复: 2
打印 上一主题 下一主题

MYSQL日志报错,在线等高手指点 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2007-08-29 12:59 |只看该作者 |倒序浏览
FreeBSD 6.2 + apache-2.0.59+php5-5.2.3_1+mysql-server-5.0.45

mysql.cnf配置:
  1. [mysqld]
  2. bind-address    = 127.0.0.1
  3. port            = 3306
  4. socket          = /tmp/mysql.sock
  5. skip-locking
  6. skip-innodb
  7. skip-bdb
  8. skip-name-resolve

  9. set-variable = key_buffer=768M
  10. set-variable = max_allowed_packet=4M
  11. set-variable = table_cache=2048
  12. set-variable = thread_cache=64
  13. set-variable = join_buffer_size=32M
  14. set-variable = sort_buffer=4M
  15. set-variable = record_buffer=32M
  16. set-variable = max_connections=200
  17. set-variable = wait_timeout=120
  18. set-variable = interactive_timeout=120
  19. set-variable = max_connect_errors=50000
  20. set-variable = long_query_time=1
  21. set-variable = max_heap_table_size=256M
  22. set-variable = tmp_table_size=128M
  23. #set-variable = tmp_table_size=512M
  24. set-variable = thread_concurrency=4
  25. set-variable = myisam_sort_buffer_size=128M
  26. query_cache_size = 32M
复制代码

MYSQL日志报错:
  1. 070829 12:39:37 [Note] /usr/local/libexec/mysqld: ready for connections.
  2. Version: '5.0.45-log'  socket: '/tmp/mysql.sock'  port: 3306  FreeBSD port: mysql-server-5.0.45
  3. 070829 12:42:38 [ERROR] /usr/local/libexec/mysqld: Got error 12 from storage engine
  4. 070829 12:42:38 [ERROR] /usr/local/libexec/mysqld: Sort aborted
  5. 070829 12:47:39 [ERROR] /usr/local/libexec/mysqld: Out of memory (Needed 22960 bytes)
  6. 070829 12:52:39 [ERROR] /usr/local/libexec/mysqld: Got error 12 from storage engine
  7. 070829 12:52:39 [ERROR] /usr/local/libexec/mysqld: Sort aborted
复制代码

[ 本帖最后由 lyxls 于 2007-8-29 13:11 编辑 ]

论坛徽章:
0
2 [报告]
发表于 2007-08-29 21:44 |只看该作者
perror 12
OS error code  12:  Not enough space

问题很明显

论坛徽章:
0
3 [报告]
发表于 2007-09-03 17:21 |只看该作者
原来是my.cnf优化得过头了,用自带的large或huge就没问题了,似乎这些参数有关联,不能乱调的
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP