亚洲精品久久久中文字幕-亚洲精品久久片久久-亚洲精品久久青草-亚洲精品久久婷婷爱久久婷婷-亚洲精品久久午夜香蕉

您的位置:首頁技術(shù)文章
文章詳情頁

mysql自動關(guān)閉,日志看不懂,希望大神解讀下

瀏覽:108日期:2022-06-22 09:03:57

問題描述

Version: ’5.5.48’ socket: ’/tmp/mysql.sock’ port: 3306 Source distribution160515 14:15:17 mysqld_safe Number of processes running now: 0160515 14:15:17 mysqld_safe mysqld restarted160515 14:15:17 [Warning] ’THREAD_CONCURRENCY’ is deprecated and will be removed in a future release.160515 14:15:17 [Warning] ’THREAD_CONCURRENCY’ is deprecated and will be removed in a future release.160515 14:15:17 [Note] /www/wdlinux/mysql-5.5.48/bin/mysqld (mysqld 5.5.48) starting as process 23912 ...160515 14:15:18 [Note] Plugin ’FEDERATED’ is disabled.160515 14:15:18 InnoDB: The InnoDB memory heap is disabled160515 14:15:18 InnoDB: Mutexes and rw_locks use GCC atomic builtins160515 14:15:18 InnoDB: Compressed tables use zlib 1.2.7160515 14:15:18 InnoDB: Initializing buffer pool, size = 128.0M160515 14:15:18 InnoDB: Completed initialization of buffer pool160515 14:15:18 InnoDB: highest supported file format is Barracuda.InnoDB: The log sequence number in ibdata files does not matchInnoDB: the log sequence number in the ib_logfiles!160515 14:15:18 InnoDB: Database was not shut down normally!InnoDB: Starting crash recovery.InnoDB: Reading tablespace information from the .ibd files...InnoDB: Restoring possible half-written data pages from the doublewriteInnoDB: buffer...160515 14:15:18 InnoDB: Waiting for the background threads to start160515 14:15:19 InnoDB: 5.5.48 started; log sequence number 1667632160515 14:15:19 [Note] Server hostname (bind-address): ’0.0.0.0’; port: 3306160515 14:15:19 [Note] - ’0.0.0.0’ resolves to ’0.0.0.0’;160515 14:15:19 [Note] Server socket created on IP: ’0.0.0.0’.160515 14:15:19 [Note] Event Scheduler: Loaded 0 events160515 14:15:19 [Note] /www/wdlinux/mysql-5.5.48/bin/mysqld: ready for connections.Version: ’5.5.48’ socket: ’/tmp/mysql.sock’ port: 3306 Source distribution160515 14:35:28 mysqld_safe Number of processes running now: 0160515 14:35:28 mysqld_safe mysqld restarted160515 14:35:29 [Warning] ’THREAD_CONCURRENCY’ is deprecated and will be removed in a future release.160515 14:35:29 [Warning] ’THREAD_CONCURRENCY’ is deprecated and will be removed in a future release.160515 14:35:29 [Note] /www/wdlinux/mysql-5.5.48/bin/mysqld (mysqld 5.5.48) starting as process 24389 ...160515 14:35:29 [Note] Plugin ’FEDERATED’ is disabled.160515 14:35:29 InnoDB: The InnoDB memory heap is disabled160515 14:35:29 InnoDB: Mutexes and rw_locks use GCC atomic builtins160515 14:35:29 InnoDB: Compressed tables use zlib 1.2.7160515 14:35:29 InnoDB: Initializing buffer pool, size = 128.0MInnoDB: mmap(137363456 bytes) failed; errno 12160515 14:35:29 InnoDB: Completed initialization of buffer pool160515 14:35:29 InnoDB: Fatal error: cannot allocate memory for the buffer pool160515 14:35:29 [ERROR] Plugin ’InnoDB’ init function returned error.160515 14:35:29 [ERROR] Plugin ’InnoDB’ registration as a STORAGE ENGINE failed.160515 14:35:29 [ERROR] Unknown/unsupported storage engine: InnoDB160515 14:35:29 [ERROR] Aborting

160515 14:35:29 [Note] /www/wdlinux/mysql-5.5.48/bin/mysqld: Shutdown complete

160515 14:35:29 mysqld_safe mysqld from pid file /www/wdlinux/mysql-5.5.48/data/iZ236zu4tgyZ.pid ended160515 14:58:19 mysqld_safe Starting mysqld daemon with databases from /www/wdlinux/mysql-5.5.48/data160515 14:58:19 [Warning] ’THREAD_CONCURRENCY’ is deprecated and will be removed in a future release.160515 14:58:19 [Warning] ’THREAD_CONCURRENCY’ is deprecated and will be removed in a future release.160515 14:58:19 [Note] /www/wdlinux/mysql-5.5.48/bin/mysqld (mysqld 5.5.48) starting as process 25030 ...160515 14:58:19 [Note] Plugin ’FEDERATED’ is disabled.160515 14:58:19 InnoDB: The InnoDB memory heap is disabled160515 14:58:19 InnoDB: Mutexes and rw_locks use GCC atomic builtins160515 14:58:19 InnoDB: Compressed tables use zlib 1.2.7160515 14:58:19 InnoDB: Initializing buffer pool, size = 128.0M160515 14:58:19 InnoDB: Completed initialization of buffer pool160515 14:58:19 InnoDB: highest supported file format is Barracuda.InnoDB: The log sequence number in ibdata files does not matchInnoDB: the log sequence number in the ib_logfiles!160515 14:58:19 InnoDB: Database was not shut down normally!InnoDB: Starting crash recovery.InnoDB: Reading tablespace information from the .ibd files...InnoDB: Restoring possible half-written data pages from the doublewriteInnoDB: buffer...160515 14:58:19 InnoDB: Waiting for the background threads to start160515 14:58:20 InnoDB: 5.5.48 started; log sequence number 1667642160515 14:58:20 [Note] Server hostname (bind-address): ’0.0.0.0’; port: 3306160515 14:58:20 [Note] - ’0.0.0.0’ resolves to ’0.0.0.0’;160515 14:58:20 [Note] Server socket created on IP: ’0.0.0.0’.160515 14:58:20 [Note] Event Scheduler: Loaded 0 events160515 14:58:20 [Note] /www/wdlinux/mysql-5.5.48/bin/mysqld: ready for connections.Version: ’5.5.48’ socket: ’/tmp/mysql.sock’ port: 3306 Source distribution

上面的關(guān)閉這段時間的錯誤日志內(nèi)容,大概是怎么一回事額

問題解答

回答1:

160515 14:35:29 InnoDB: Fatal error: cannot allocate memory for the buffer pool

看這個是機器內(nèi)存太小,innodb的的buffer pool分配內(nèi)存失敗

主站蜘蛛池模板: 成人精品一区二区三区 | 久久国内精品自在自线软件 | 色老头xxxwww作爱视频 | 成人精品一区久久久久 | 成人不卡视频 | 欧美日韩无线在码不卡一区二区三区 | 九九国产在线视频 | 免费人成视网站在线不卡 | 91在线视频免费91 | 国产亚洲毛片在线 | 精品国产精品a | 亚洲在线网 | 黄色看片网址 | 亚洲黄频 | 欧美成人亚洲国产精品 | 日韩一区二区三区在线视频 | 久久99精品久久 | 久久久久99精品成人片三人毛片 | 永久免费毛片在线播放 | 婷婷99精品国产97久久综合 | 国产成人在线小视频 | 国产h视频在线观看高清 | 成人欧美精品久久久久影院 | 久草网视频在线 | 青青视频免费 | 日本亚洲一区二区 | 日本一级毛片片在线播放 | 国产啪爱视频精品免视 | 一级黄色毛片免费看 | 免费国产h视频在线观看86 | 噜噜噜在线视频 | 久久精品国产免费高清 | 中国一级特黄视频 | 一级一级特黄女人精品毛片 | 国产又黄不爽不遮挡视频 | 毛片在线免费播放 | 欧美日韩高清不卡免费观看 | 91大神大战丝袜美女在线观看 | 国产成人精品微拍视频 | 西川结衣在线精品视频 | 欧美黄网站免费观看 |