无标题文档
wdCP系统 (介绍,功能特性,运行环境,安装说明,演示,常见问题,使用教程) wdCDN系统 (介绍,功能特性,运行环境,安装说明,演示,常见问题,使用手册)
wdOS系统 (介绍,功能特性,运行环境,安装说明,演示,常见问题,使用教程) wdDNS系统 (介绍,功能特性,运行环境,安装说明,演示,常见问题,使用手册)
注册 发贴 提问 回复-必看必看 wddns免费智能 DNS 开通 本地或虚拟机使 用wdcp 一键包在mysql编 译时"卡住"
【300G高防】双线 无视攻击 wdcp官方技术支持/服务 阿里云8折优惠券 无敌云 腾讯云优惠中,现注册更有260代金额券赠送
返回列表 发帖
提问三步曲: 提问先看教程/FAQ索引(wdcp,wdcp_v3,一键包)及搜索,会让你更快解决问题
1 提供详细,如系统版本,wdcp版本,软件版本等及错误的详细信息,贴上论坛或截图发论坛
2 做过哪些操作或改动设置等

温馨提示:信息不详,很可能会没人理你!论坛有教程说明的,也可能没人理!因为,你懂的

[求助] WDCP重装后mysql经常死机,有wordpress网站

采用单apache服务器,数据库使用mv命令移动的。现在一天要死机好几次,已经确认只有mysql死机。下面是mysql日志
  1. 2019-06-28 16:52:13 10299 [Note] InnoDB: Using atomics to ref count buffer pool pages
  2. 2019-06-28 16:52:13 10299 [Note] InnoDB: The InnoDB memory heap is disabled
  3. 2019-06-28 16:52:13 10299 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
  4. 2019-06-28 16:52:13 10299 [Note] InnoDB: Memory barrier is not used
  5. 2019-06-28 16:52:13 10299 [Note] InnoDB: Compressed tables use zlib 1.2.11
  6. 2019-06-28 16:52:13 10299 [Note] InnoDB: Not using CPU crc32 instructions
  7. 2019-06-28 16:52:13 10299 [Note] InnoDB: Initializing buffer pool, size = 128.0M
  8. InnoDB: mmap(136019968 bytes) failed; errno 12
  9. 2019-06-28 16:52:13 10299 [ERROR] InnoDB: Cannot allocate memory for the buffer pool
  10. 2019-06-28 16:52:13 10299 [ERROR] Plugin 'InnoDB' init function returned error.
  11. 2019-06-28 16:52:13 10299 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
  12. 2019-06-28 16:52:13 10299 [ERROR] Unknown/unsupported storage engine: InnoDB
  13. 2019-06-28 16:52:13 10299 [ERROR] Aborting
复制代码




my.cnf配置如下:
  1. # For advice on how to change settings please see
  2. # http://dev.mysql.com/doc/refman/5.6/en/server-configuration-defaults.html

  3. [mysqld]
  4. #add @190623 by alber https://www.7hubei.com/272.html
  5. federated
  6. innodb_force_recovery=1

  7. # Remove leading # and set to the amount of RAM for the most important data
  8. # cache in MySQL. Start at 70% of total RAM for dedicated server, else 10%.
  9. # innodb_buffer_pool_size = 128M

  10. # Remove leading # to turn on a very important data integrity option: logging
  11. # changes to the binary log between backups.
  12. # log_bin

  13. # These are commonly set, remove the # and set as required.
  14. # basedir = .....
  15. # datadir = /var/lib/mysql
  16. # port = .....
  17. # server_id = .....
  18. # socket = /var/lib/mysql/mysql.sock

  19. # Remove leading # to set options mainly useful for reporting servers.
  20. # The server defaults are faster for transactions and fast SELECTs.
  21. # Adjust sizes as needed, experiment to find the optimal values.
  22. # join_buffer_size = 128M
  23. # sort_buffer_size = 2M
  24. # read_rnd_buffer_size = 2M


  25. performance_schema_max_table_instances=400
  26. table_definition_cache=400
  27. table_open_cache=256

  28. sql_mode=NO_ENGINE_SUBSTITUTION,STRICT_TRANS_TABLES
复制代码



求大神指点
飘过.....

内存有溢出,不支持innodb引擎
看清提问三步曲及多看教程/FAQ索引(wdcp,v3,一键包,wdOS),益处多多.wdcp工具集 阿里云主机8折优惠码

TOP

回复 2# admin

能麻烦问一下什么解决这个?
飘过.....

TOP

返回列表