永久黄网站色视频免费直播,yy6080三理论日本中文,亚洲无码免费在线观看视频,欧美日韩精品一区二区在线播放

無(wú)標(biāo)題文檔
wdCP系統(tǒng) (介紹,功能特性,運(yùn)行環(huán)境,安裝說(shuō)明,演示,常見(jiàn)問(wèn)題,使用教程) wdCDN系統(tǒng) (介紹,功能特性,運(yùn)行環(huán)境,安裝說(shuō)明,演示,常見(jiàn)問(wèn)題,使用手冊(cè))
wdOS系統(tǒng) (介紹,功能特性,運(yùn)行環(huán)境,安裝說(shuō)明,演示,常見(jiàn)問(wèn)題,使用教程) wdDNS系統(tǒng) (介紹,功能特性,運(yùn)行環(huán)境,安裝說(shuō)明,演示,常見(jiàn)問(wèn)題,使用手冊(cè))
注冊(cè) 發(fā)貼 提問(wèn) 回復(fù)-必看必看 wddns免費(fèi)智能 DNS 開(kāi)通 本地或虛擬機(jī)使 用wdcp 一鍵包在mysql編 譯時(shí)"卡住"
AI導(dǎo)航網(wǎng)AI應(yīng)用網(wǎng)站大全 wdcp官方技術(shù)支持/服務(wù) 阿里云8折優(yōu)惠券 無(wú)敵云 騰訊云優(yōu)惠中,現(xiàn)注冊(cè)更有260代金額券贈(zèng)送
返回列表 發(fā)帖
提問(wèn)三步曲: 提問(wèn)先看教程/FAQ索引(wdcp,wdcp_v3,一鍵包)及搜索,會(huì)讓你更快解決問(wèn)題
1 提供詳細(xì),如系統(tǒng)版本,wdcp版本,軟件版本等及錯(cuò)誤的詳細(xì)信息,貼上論壇或截圖發(fā)論壇
2 做過(guò)哪些操作或改動(dòng)設(shè)置等

溫馨提示:信息不詳,很可能會(huì)沒(méi)人理你!論壇有教程說(shuō)明的,也可能沒(méi)人理!因?yàn)?你懂的

[求助] WDCP重裝后mysql經(jīng)常死機(jī),有wordpress網(wǎng)站

采用單apache服務(wù)器,數(shù)據(jù)庫(kù)使用mv命令移動(dòng)的,F(xiàn)在一天要死機(jī)好幾次,已經(jīng)確認(rèn)只有mysql死機(jī)。下面是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
復(fù)制代碼




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
復(fù)制代碼



求大神指點(diǎn)
飄過(guò).....

回復(fù) 2# admin

能麻煩問(wèn)一下什么解決這個(gè)?
飄過(guò).....

TOP

返回列表