主頁 > 知識庫 > 記一次mariadb數(shù)據(jù)庫無法連接

記一次mariadb數(shù)據(jù)庫無法連接

熱門標(biāo)簽:地圖標(biāo)注百度競價 外呼系統(tǒng)怎樣才能不封號 地圖標(biāo)注什么軟件好用 外呼系統(tǒng)線路經(jīng)常出問題嗎 安陽手機自動外呼系統(tǒng)原理是什么 如何辦理400客服電話 地圖標(biāo)注專員入駐 神行者百貨商場地圖標(biāo)注 西藏地圖標(biāo)注改進(jìn)點

自從自己維護(hù)blog以后,基本一個月內(nèi),都會出現(xiàn)1,2次這種錯誤,以前解決的辦法很簡單,就是把虛擬機重啟一下就可以。經(jīng)常是網(wǎng)友在微信,qq,微博提醒我blog掛掉。

剛好國慶期間碰上,就順便提高一下自己的運維能力,看看具體的原因。

tail /var/log/mariadb/mariadb.log

看到大概的錯誤

161004 11:21:05 InnoDB: Fatal error: cannot allocate memory for the buffer pool
161004 11:21:05 [ERROR] Plugin 'InnoDB' init function returned error.
161004 11:21:05 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
161004 11:21:15 [Note] Plugin 'FEEDBACK' is disabled.
161004 11:21:16 [ERROR] Unknown/unsupported storage engine: InnoDB
161004 11:21:16 [ERROR] Aborting

其實我也能猜到,肯定是數(shù)據(jù)庫的內(nèi)存使用有啥問題。

有錯誤,其實就是利用google,基本就有答案

http://www.webtrafficexchange.com/solved-mysql-crash-fatal-error-cannot-allocate-memory-buffer-pool

我使用的青云的虛擬機,swap分區(qū),就是1G,所以應(yīng)該也不需要創(chuàng)建。

編輯 /etc/my.cnf,

[mysqld]
innodb_buffer_pool_size=64M

重啟mysql

systemctl restart mariadb

查看swap內(nèi)存使用

# free -m
       total    used    free   shared buff/cache  available
Mem:      993     431     386      6     175     424
Swap:     1023      0    1023

查看一下啟動日志

[root@chenshake mariadb]# tail /var/log/mariadb/mariadb.log
161004 20:42:46 InnoDB: Initializing buffer pool, size = 64.0M
161004 20:42:46 InnoDB: Completed initialization of buffer pool
161004 20:42:46 InnoDB: highest supported file format is Barracuda.
161004 20:42:46  InnoDB: Waiting for the background threads to start

密切關(guān)注一下后續(xù)的效果如何。

您可能感興趣的文章:
  • 淺談MySQL和mariadb區(qū)別
  • centos 7安裝mysql5.5和安裝 mariadb使用的命令
  • Centos7 下mysql重新啟動MariaDB篇
  • Mac中MariaDB數(shù)據(jù)庫的安裝步驟
  • mariadb的主從復(fù)制、主主復(fù)制、半同步復(fù)制配置詳解
  • CentOS安裝和設(shè)置MariaDB的教程
  • 關(guān)于MariaDB安裝問題小記(CMake Error at)
  • CentOS 7中成功安裝MariaDB的方法教程
  • MariaDB性能調(diào)優(yōu)工具mytop的使用詳解
  • MariaDB數(shù)據(jù)庫的外鍵約束實例詳解

標(biāo)簽:衡水 酒泉 貴港 張掖 雞西 AXB 萍鄉(xiāng) 阜陽

巨人網(wǎng)絡(luò)通訊聲明:本文標(biāo)題《記一次mariadb數(shù)據(jù)庫無法連接》,本文關(guān)鍵詞  記,一次,mariadb,數(shù)據(jù)庫,無法,;如發(fā)現(xiàn)本文內(nèi)容存在版權(quán)問題,煩請?zhí)峁┫嚓P(guān)信息告之我們,我們將及時溝通與處理。本站內(nèi)容系統(tǒng)采集于網(wǎng)絡(luò),涉及言論、版權(quán)與本站無關(guān)。
  • 相關(guān)文章
  • 下面列出與本文章《記一次mariadb數(shù)據(jù)庫無法連接》相關(guān)的同類信息!
  • 本頁收集關(guān)于記一次mariadb數(shù)據(jù)庫無法連接的相關(guān)信息資訊供網(wǎng)民參考!
  • 推薦文章