在配置innodb_data_file_path=ibdata1:200M:autoextend时,想增加空间,默认文件不断增加直到200M,如果要增加大小,直接修改参数增加大小会报错:

auto-extending data file ./ibdata1 is of a different size 12800 pages (rounded down to MB) than specified in the .cnf file: initial 32000 pages, max 0 (relevant if non-zero) pages!
2017-11-08 12:06:48 140262644676864 [ERROR] InnoDB: Could not open or create the system tablespace. If you tried to add new data files to the system tablespace, and it failed here, you should now edit innodb_data_file_path in my.cnf back to what it was, and remove the new ibdata files InnoDB created in this failed attempt. InnoDB only wrote those files full of zeros, but did not yet use them in any way. But be careful: do not remove old data files which contain your precious data!

这里解决办法是:

innodb_data_file_path          = ibdata1:200M;ibdata2:500M:autoextend

增加一个ibdata2文件,文件大小可以设置大些,原来的文件大小保持不变,然后重启成功。记住,这里只有最后一个文件可以autoextend。

最新文章

  1. MindManger 2016 64位 破解版
  2. Sublime Text 3 3126 注册码
  3. javascripct字符串
  4. 初探WebService
  5. JavaScript高级程序设计46.pdf
  6. Dialog样式的Activity
  7. 【bzoj1758】[Wc2010]重建计划
  8. 游戏AI之模糊逻辑(4)
  9. Extundelete 数据恢复
  10. django模板 内建标签
  11. LG1337 [JSOI2004]平衡点 / 吊打XXX
  12. Android adb logcat输出日志显示不全解决方案
  13. 第七章 :分布式监控与SNMP监控
  14. 6.2 dubbo在spring中自定义xml标签源码解析
  15. C语言的的free和c++的delete的区别
  16. Texas Instruments matrix-gui-2.0 hacking -- menubar.php
  17. 原生与JS交互 iOS
  18. fwrite的文件缓冲同步到磁盘
  19. POJ1591 M*A*S*H (JAVA)
  20. python基础之类的编码风格

热门文章

  1. window下Kafka最佳实践
  2. HDU 6108.小C的倍数问题 (2017"百度之星"程序设计大赛 - 初赛(A)1001)
  3. 华农oj Problem B: Averyboy找密码【STL】
  4. Nginx配置文件分析
  5. Bfs【p2385】 青铜莲花池
  6. Uva 11542 Square
  7. Jackson的高级应用(转)
  8. [置顶] kubernetes资源类型--secret和Service Account
  9. apache 返回的状态码304
  10. XShell命令行使用