2016-09-14T09:17:37.713955Z 0 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority().
2016-09-14T09:17:37.724151Z 0 [ERROR] InnoDB: The Auto-extending innodb_system data file './ibdata1' is of a different size 640 pages (rounded down to MB) than specified in the .cnf file: initial 768 pages, max 0 (relevant if non-zero) pages!
2016-09-14T09:17:37.724165Z 0 [ERROR] InnoDB: Plugin initialization aborted with error Generic error
2016-09-14T09:17:38.347878Z 0 [ERROR] Plugin 'InnoDB' init function returned error.
2016-09-14T09:17:38.347902Z 0 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
2016-09-14T09:17:38.347906Z 0 [ERROR] Failed to initialize plugins.
2016-09-14T09:17:38.347913Z 0 [ERROR] Aborting
To solve this problem add the below given line in /etc/my.cnf file inside [mysqld] block.
innodb_data_file_path = ibdata1:10M:autoextend

service mysqld restart

restorecon -R /var/lib/mysql/

chmod -R 777 /var/lib/mysql

最新文章

  1. 2015-12-23-( dispaly:table的用法)
  2. Alpha阶段第三次Scrum Meeting
  3. java版模拟浏览器下载百度动漫图片到本地。
  4. hdu1269 强连通
  5. Java对象校验框架之Oval
  6. poj2135
  7. 在Python中的格式化
  8. c++中string的用法
  9. 【原创】bootstrap框架的学习 第七课 -[bootstrap表格]
  10. [转载]GIF、JPEG 和 PNG的区别在哪里?
  11. 【重点突破】——Canvas技术绘制随机改变的验证码
  12. 如何实现MDI窗体不重复打开同一个子窗体?
  13. 浅谈php
  14. 基于Spring aop写的一个简单的耗时监控
  15. kettle数据库连接使用变量
  16. Luogu1514 NOIP2010 引水入城 BFS、贪心
  17. ionic2添加 android平台出现的问题
  18. JavaScript(ES5)使用保留字作函数名
  19. Java高级工程师面试题总结及参考答案
  20. Java单例模式的应用

热门文章

  1. ios之alloc和init
  2. C++系统学习之七:类
  3. windows显示文件扩展名
  4. SpringAOP拦截器的代理机制
  5. centos7系统优化
  6. webpack hmr
  7. logging模块,程序日志模板
  8. django第七天(模板的复用性,include标签和母版)
  9. Leetcode 392.判断子序列
  10. pytorch中torch.unsqueeze()函数与np.expand_dims()