启动mysql实例报错,查看 error log

## 错误信息
2018-08-31T10:38:36.945081Z 0 [ERROR] InnoDB: The Auto-extending innodb_system data file './ibdata1' is of a different size 768 pages (rounded down to MB) than specified in the .cnf file: initial 1536 pages, max 0 (relevant if non-zero) pages!

解决过程:

768/64=12

查看 my.cnf 文件 将
innodb_data_file_path = ibdata1:24M:autoextend

改为

innodb_data_file_path = ibdata1:12M:autoextend

再次启动成功!

转载于:https://www.cnblogs.com/andy6/p/9564932.html

[ERROR] InnoDB: ibdata1 different size (rounded down to MB)相关推荐

  1. InnoDB: auto-extending data file ./ibdata1 is of a different size 0 pages (rounded down to MB) than

    报错详情 [mysql@infoplat5-zww:~]$/usr/local/mysql/scripts/mysql_install_db --user=mysql --basedir=/usr/l ...

  2. auto-extending data file /ibdata1 is of a different size 17152 pages (rounded down to MB)

    问题描述:由于某一个mysql库经常性导致库崩溃,现在需要把该库迁移到另外一个库中,通过xtrabackup备份恢复,当恢复后无法正常启动mysql,查看日志提示如下内容: 2018-09-05 10 ...

  3. MYSQL [ERROR] InnoDB: Unable to lock ./ibdata1 error: 11

    1:重启 [root@iZuf63x5aylgn2n11k2sllZ etc]# systemctl restart mysql Job for mysql.service failed becaus ...

  4. mariadb启动报错:[ERROR] InnoDB: The Auto-extending innodb_system data file。。。

    报错内容:[ERROR] InnoDB: The Auto-extending innodb_system data file '/data/mysql-33061/data/ibdata1' is ...

  5. ERROR 1118 (42000): Row size too large (> 8126). Changing some columns to TEXT or BLOB or using ...

    在创建数据库表时报错 之前已经在数据库里创建了多张表,但在创建其中一张数据库表时报如下错: ERROR 1118 (42000): Row size too large (> 8126). Ch ...

  6. mysql 1118_mysql数据库插入数据错误Error Code: 1118 - Row size too large ( 8126)

    今天在本地调试的时候,把从服务器上导出的sql文件导入到本地的mysql上,但是在执行的过程中却收到了这个错误 "Error Code: 1118 - Row size too large ...

  7. 系统crash无法启动 tpm error / could not read size 0x8000000e

    系统crash无法启动 tpm error / couldn't read size 0x8000000e 原文连接: https://unix.stackexchange.com/questions ...

  8. Keil编译错误 error: L6050U: The code size of this image (99784 bytes) exceeds the maxim

    Keil编译错误,提示 error: L6050U: The code size of this image (99784 bytes) exceeds the maxim 原因:Keil没有激活. ...

  9. ERROR 1118 (42000): Row size too large (8126). Changing some columns to TEXT or BLOB or using ROW_

    ERROR 1118 (42000): Row size too large (> 8126). Changing some columns to TEXT or BLOB or using R ...

最新文章

  1. python时间函数报错_python3中datetime库,time库以及pandas中的时间函数区别与详解...
  2. jittor和pytorch 生成网络对比之clustergan
  3. eeglab中文教程系列(7)-数据叠加平均{2}绘制2D和3D图
  4. 为了OFFER,我加深学习,搞懂了栈
  5. linux 企业数据,Linux企业数据标准出炉 IBM惠普等数巨头加盟
  6. Install Cloud foundry MTA plugin
  7. python 打卡程序_如何用python实现腾讯文档自动打卡并定时执行
  8. 【Java】《Java编程的逻辑》第3章 类的基础 笔记+感悟分享
  9. strcpy ,strncpy ,strlcpy地用法
  10. linux django web,Flask Django web实战
  11. buck变换器设计matlab_在数字控制系统中实现LLC变换器的电流模式控制的思考
  12. 2021,属于Golang和Gopher的全新纪元
  13. 振兴会杜振国分析美股行情
  14. 【Datawhale】[task2]2.3代码示例
  15. 数据分析——Python内容学习【1】
  16. 餐厅扫码点餐怎么弄_分享扫码点餐小程序开发制作方法
  17. 两无线路由器连接方法
  18. QQ群无法下载视频和图片解决方案
  19. ubuntu下vscode配置C++项目编译调试(json文件),以高翔octomap教程为例,顺便解决vscode无法设置断点问题.
  20. java steam 使用指南-------groupingBy进阶用法

热门文章

  1. linux开启新的一行,linux启动ekp脚本【一行命令重启ekp】
  2. mysql 7 for windows_Mysql 5.7 for windows 免安装版(解压版)安装和配置
  3. c# mysql 汉字乱码_在C#和MySQL中存取中文字符时避免乱码的方法
  4. mysql数据库备份注意,Tips: MySQL数据库使用mysqldump备份恢复时的注意事项
  5. php 实现一致性哈希,PHP一致性哈希实现。。
  6. ppa java 8_通过 ppa 在ubuntu server 上安装java 8
  7. dos创建mysql数据库_用命令创建MySQL数据库
  8. mysql 备份数据
  9. 52单片机定时器2使用(C语言程序)
  10. VB如何根据窗口标题获得进程名称