最近几天网站又出现和以前一样的mysql链接错误

和以前一样的问题,但是我这次没有选择更改mysql引擎为MyISAM,而是修改了缓冲池大小,再看看还出问题不。先发下日志

  1. 150708  9:02:11 [Warning] IP address '104.149.88.221' could not be resolved: Name or service not known  
  2. 150708 13:40:40 mysqld_safe Number of processes running now: 0  
  3. 150708 13:40:40 mysqld_safe mysqld restarted  
  4. 150708 13:40:41 [Note] /usr/libexec/mysqld (mysqld 5.5.44) starting as process 19697 ...  
  5. 150708 13:40:41 [Note] Plugin 'FEDERATED' is disabled.  
  6. 150708 13:40:41 InnoDB: The InnoDB memory heap is disabled  
  7. 150708 13:40:41 InnoDB: Mutexes and rw_locks use GCC atomic builtins  
  8. 150708 13:40:41 InnoDB: Compressed tables use zlib 1.2.3  
  9. 150708 13:40:41 InnoDB: Using Linux native AIO  
  10. 150708 13:40:41 InnoDB: Initializing buffer pool, size = 128.0M  
  11. InnoDB: mmap(135987200 bytes) failed; errno 12  
  12. 150708 13:40:41 InnoDB: Completed initialization of buffer pool  
  13. 150708 13:40:41 InnoDB: Fatal error: cannot allocate memory for the buffer pool  
  14. 150708 13:40:41 [ERROR] Plugin 'InnoDB' init function returned error.  
  15. 150708 13:40:41 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.  
  16. 150708 13:40:41 [ERROR] Unknown/unsupported storage engine: InnoDB  
  17. 150708 13:40:41 [ERROR] Aborting  
  18.   
  19. 150708 13:40:41 [Note] /usr/libexec/mysqld: Shutdown complete  
  20.   
  21. 150708 13:40:41 mysqld_safe mysqld from pid file /var/run/mysqld/mysqld.pid ended  
  22. 150708 15:31:38 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql  
  23. 150708 15:31:38 [Note] /usr/libexec/mysqld (mysqld 5.5.44) starting as process 25879 ...  
  24. 150708 15:31:38 [Note] Plugin 'FEDERATED' is disabled.  
  25. 150708 15:31:38 InnoDB: The InnoDB memory heap is disabled  
  26. 150708 15:31:38 InnoDB: Mutexes and rw_locks use GCC atomic builtins  
  27. 150708 15:31:38 InnoDB: Compressed tables use zlib 1.2.3  
  28. 150708 15:31:38 InnoDB: Using Linux native AIO  
  29. 150708 15:31:38 InnoDB: Initializing buffer pool, size = 128.0M  
  30. 150708 15:31:38 InnoDB: Completed initialization of buffer pool  
  31. 150708 15:31:38 InnoDB: highest supported file format is Barracuda.  
  32. InnoDB: The log sequence number in ibdata files does not match  
  33. InnoDB: the log sequence number in the ib_logfiles!  
  34. 150708 15:31:38  InnoDB: Database was not shut down normally!  
  35. InnoDB: Starting crash recovery.  
  36. InnoDB: Reading tablespace information from the .ibd files...  
  37. InnoDB: Restoring possible half-written data pages from the doublewrite  
  38. InnoDB: buffer...  
  39. 150708 15:31:39  InnoDB: Waiting for the background threads to start  
  40. 150708 15:31:40 InnoDB: 5.5.44 started; log sequence number 8538586  
  41. 150708 15:31:40 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306  
  42. 150708 15:31:40 [Note]   - '0.0.0.0' resolves to '0.0.0.0';  
  43. 150708 15:31:40 [Note] Server socket created on IP: '0.0.0.0'.  
  44. 150708 15:31:40 [Note] Event Scheduler: Loaded 0 events  
  45. 150708 15:31:40 [Note] /usr/libexec/mysqld: ready for connections.  
  46. Version: '5.5.44'  socket: '/var/lib/mysql/mysql.sock'  port: 3306  MySQL Community Server (GPL) by Remi  

发下修改的方法:

修改mysql的配置文件/etc/my.cnf 在InnoDB 添加 innodb_buffer_pool_size=64M

发表回复

登录... 后才能评论