ฉันมีปัญหากับฐานข้อมูล MySQL ของฉัน
ฉันกำหนดค่าเซิร์ฟเวอร์ที่มีฐานข้อมูลและบริการอื่น ๆ (apache, php) และใส่แอพพลิเคชั่นหลายตัว มีสองปัญหาคือ
- ทุกวันในเวลาเดียวกัน MySQL ล้มเหลวและฉันต้องไปและเริ่มต้นใหม่
- ทุกครั้งที่ฉันโหลดเว็บไซต์ซ้ำหลายครั้ง MySQL ล้มเหลวอย่างต่อเนื่องและอีกครั้งฉันต้องเริ่มต้นใหม่
บันทึก MySQL แสดง:
140107 0:09:29 [Warning] Using unique option prefix myisam-recover instead of myisam-recover-options is deprecated and will be removed in a future release. Please use$
140107 0:09:29 [Note] Plugin 'FEDERATED' is disabled.
140107 0:09:29 InnoDB: The InnoDB memory heap is disabled
140107 0:09:29 InnoDB: Mutexes and rw_locks use GCC atomic builtins
140107 0:09:29 InnoDB: Compressed tables use zlib 1.2.3.4
140107 0:09:29 InnoDB: Initializing buffer pool, size = 64.0M
InnoDB: mmap(68681728 bytes) failed; errno 12
140107 0:09:29 InnoDB: Completed initialization of buffer pool
140107 0:09:29 InnoDB: Fatal error: cannot allocate memory for the buffer pool
140107 0:09:29 [ERROR] Plugin 'InnoDB' init function returned error.
140107 0:09:29 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
140107 0:09:29 [ERROR] Unknown/unsupported storage engine: InnoDB
140107 0:09:29 [ERROR] Aborting
140107 0:09:29 [Note] /usr/sbin/myqld: Shutdown complete
ฉันจะแก้ไขได้อย่างไร
คุณมีหน่วยความจำไม่เพียงพอ ดูคำถามที่เกี่ยวข้องนี้จากความผิดพลาดของเซิร์ฟเวอร์
—
ernie
ฉันจัดการเพื่อแก้ปัญหาของฐานข้อมูล mysql เซิร์ฟเวอร์ใช้หน่วยความจำไม่เพียงพอที่จะแก้ไขฉันใช้ SWAP
—
perondi