日韩性视频-久久久蜜桃-www中文字幕-在线中文字幕av-亚洲欧美一区二区三区四区-撸久久-香蕉视频一区-久久无码精品丰满人妻-国产高潮av-激情福利社-日韩av网址大全-国产精品久久999-日本五十路在线-性欧美在线-久久99精品波多结衣一区-男女午夜免费视频-黑人极品ⅴideos精品欧美棵-人人妻人人澡人人爽精品欧美一区-日韩一区在线看-欧美a级在线免费观看

歡迎訪問 生活随笔!

生活随笔

當前位置: 首頁 > 运维知识 > 数据库 >内容正文

数据库

mysql pool not open_安装 MariaDb 时报错:Could not open mysql.plugin table

發布時間:2025/4/5 数据库 34 豆豆
生活随笔 收集整理的這篇文章主要介紹了 mysql pool not open_安装 MariaDb 时报错:Could not open mysql.plugin table 小編覺得挺不錯的,現在分享給大家,幫大家做個參考.

安裝 MariaDb 時報錯

2015-12-10 10:52:31 13f4 InnoDB: Warning: Using innodb_additional_mem_pool_size is DEPRECATED. This option may be removed in future releases, together with the option innodb_use_sys_malloc and with the InnoDB's internal memory allocator.

2015-12-10 10:52:31 5108 [Note] InnoDB: Using mutexes to ref count buffer pool pages

2015-12-10 10:52:31 5108 [Note] InnoDB: The InnoDB memory heap is disabled

2015-12-10 10:52:31 5108 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions

2015-12-10 10:52:31 5108 [Note] InnoDB: Memory barrier is not used

2015-12-10 10:52:31 5108 [Note] InnoDB: Compressed tables use zlib 1.2.3

2015-12-10 10:52:31 5108 [Note] InnoDB: Not using CPU crc32 instructions

2015-12-10 10:52:31 5108 [Note] InnoDB: Initializing buffer pool, size = 16.0M

2015-12-10 10:52:31 5108 [Note] InnoDB: Completed initialization of buffer pool

2015-12-10 10:52:31 5108 [Note] InnoDB: Highest supported file format is Barracuda.

2015-12-10 10:52:31 5108 [Note] InnoDB: The log sequence numbers 1902092 and 1902092 in ibdata files do not match the log sequence number 1902102 in the ib_logfiles!

2015-12-10 10:52:31 5108 [Note] InnoDB: Database was not shutdown normally!

2015-12-10 10:52:31 5108 [Note] InnoDB: Starting crash recovery.

2015-12-10 10:52:31 5108 [Note] InnoDB: Reading tablespace information from the .ibd files...

2015-12-10 10:52:31 5108 [Note] InnoDB: Restoring possible half-written data pages

2015-12-10 10:52:31 5108 [Note] InnoDB: from the doublewrite buffer...

2015-12-10 10:52:31 5108 [Note] InnoDB: 128 rollback segment(s) are active.

2015-12-10 10:52:31 5108 [Note] InnoDB: Waiting for purge to start

2015-12-10 10:52:32 5108 [Note] InnoDB: Percona XtraDB (http://www.percona.com) 5.6.26-74.0 started; log sequence number 1902102

2015-12-10 10:52:32 1760 [Note] InnoDB: Dumping buffer pool(s) not yet started

2015-12-10 10:52:32 5108 [Note] Plugin 'FEEDBACK' is disabled.

2015-12-10 10:52:32 5108 [ERROR] Could not open mysql.plugin table. Some plugins may be not loaded

2015-12-10 10:52:32 5108 [ERROR] Can't open and lock privilege tables: Table 'mysql.servers' doesn't exist

2015-12-10 10:52:32 5108 [Note] Server socket created on IP: '::'.

2015-12-10 10:52:32 5108 [ERROR] Fatal error: Can't open and lock privilege tables: Table 'mysql.user' doesn't exist

解決辦法

systemctl stop mariadb

rm -R /var/lib/mysql/*

mysql_install_db --user=mysql --basedir=/usr --datadir=/var/lib/mysql

systemctl start mariadb

總結

以上是生活随笔為你收集整理的mysql pool not open_安装 MariaDb 时报错:Could not open mysql.plugin table的全部內容,希望文章能夠幫你解決所遇到的問題。

如果覺得生活随笔網站內容還不錯,歡迎將生活随笔推薦給好友。