安装 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相关推荐

  1. Ubuntu安装软件时报错(报错:dpkg: 处理软件包 xxx (--configure)时出错: 依赖关系问题 - 仍未被配置)

    Ubuntu安装软件时报错 报错:dpkg: 处理软件包 ······ (–configure)时出错: 依赖关系问题 - 仍未被配置. 报错信息: done! update-alternatives ...

  2. 安装RPM时报错Error: GPG check FAILED

    1. 问题描述 需要安装mysl及其连接器.但安装mysql-8.0.26后,在安装mysql-connector-java时报错,错误日志如下误: [SKIPPED] mysql-connector ...

  3. 【MySQL】解决MySQL删除外键(foreign key)时报错问题

    [MySQL]解决MySQL删除外键(foreign key)时报错问题 文章目录 [MySQL]解决MySQL删除外键(foreign key)时报错问题 一.现象 二.分析 三.问题解决 四.拓展 ...

  4. Ubuntu安装Ceres库-安装依赖时报错:E:无法定位软件包 libcxsparse3.1.2_朱国鑫的博客-CSDN博客

    Ubuntu安装Ceres库-安装依赖时报错:E:无法定位软件包 libcxsparse3.1.2_朱国鑫的博客-CSDN博客

  5. pip安装kolla-ansible时报错Cannot install ‘PyYAML‘的解决方法

    pip安装kolla-ansible时报错Cannot install 'PyYAML'的解决方法 参考文章: (1)pip安装kolla-ansible时报错Cannot install 'PyYA ...

  6. mac  安装brew时报错的问题及解决方式

    mac  安装brew时报错的问题及解决方式 参考文章: (1)mac  安装brew时报错的问题及解决方式 (2)https://www.cnblogs.com/ritte/p/11207036.h ...

  7. python 调用 tensorflow.dll_解决windows上安装tensorflow时报错,“DLL load failed: 找不到指定的模块”的问题...

    最近打算开始研究一下机器学习,今天在windows上装tensorflow花了点功夫,其实前面的步骤不难,只要依次装好python3.5,numpy,tensorflow就行了,有一点要注意的是目前只 ...

  8. 安装 node-sass 时报错

    新建vue项目时,长串的报错,在模板存在且引用路径无误的情况下始终找不到某某模板,如 This dependency was not found: * !!vue-style-loader!css-l ...

  9. 安装Nginx时报错 the HTTP cache module requires md5 functions

    安装Nginx时报错 ./configure: error: the HTTP rewrite module requires the PCRE library. 安装pcre-devel解决问题 y ...

最新文章

  1. Linux的档案权限及目录配置(3)
  2. java digestutils_java-Apache DigestUtils似乎部分错误地计算了MD5
  3. 常用Arthas命令
  4. python地图散点图_Python中基于Basemap的三维散点图
  5. C#使用TCP/IP与ModBus进行通讯
  6. 成像数据更好的展示_为什么更多的数据并不总是更好
  7. springboot监控服务器信息,面试官:聊一聊SpringBoot服务监控机制
  8. python 控件id_查看控件id的工具
  9. bootstrap中让图片自适应不同的分辨率的方法
  10. sql语句修改mysql数据库密码_修改mysql数据库密码的3中方法
  11. 2021年最好用&完全免费的图片压缩网站、软件推荐(包括GIF)
  12. 双系统基础上装三系统教程
  13. 怎么给网页加动态背景
  14. 夜神模拟器apk安装方式
  15. MATLAB矩阵分块拼装 .
  16. 2022年全球原味奶酪片行业分析报告
  17. java hashmap hash算法,jdk1.8 中 HashMap 的 hash 算法和数组寻址
  18. ttc格式字体怎么安装教程
  19. mfc | mfc集成opencv,实现监控、拍照、录像、录像播放(保姆级教程)
  20. 【冷知识】git头像设置

热门文章

  1. mysql 排序后 下一条记录_什么是MySQL InnoDB 二级索引的排序?|附实例详解
  2. 分类9个无理数并比较他们之间的分布差异
  3. 8.1 A Bayesian Methodology for Systemic Risk Assessment in Financial Networks(2)
  4. Jupyter notebook 运行环境创建和切换 (Win10+Anaconda)
  5. DC使用教程系列2-时钟的概念与环境接口面积约束脚本
  6. Verify that you have sufficient access to that key
  7. inotify 文件系统监控
  8. 1月30日嵌入式精英座谈齐聚北航
  9. 【PC工具】github项目辅助下载工具,github高速下载
  10. 【AGC+FPGA】基于FPGA的数字AGC自适应增益设计,应用在BPSK调制解调系统中