Linux中MySQL启动不成功的原因有哪些?
- 内容介绍
- 文章标签
- 相关推荐
本文共计217个文字,预计阅读时间需要1分钟。
相关专题
找到mysql配置文件位置 /etc/my.cf
错误信息如下:
nnoDB: Data file ./ibdata1 is of a different size 768 pages (rounded down to MB) than specified in the .cnf file 1280 pages!
错误原因:
数据文件大小不匹配。
本文共计217个文字,预计阅读时间需要1分钟。
相关专题
找到mysql配置文件位置 /etc/my.cf
错误信息如下:
nnoDB: Data file ./ibdata1 is of a different size 768 pages (rounded down to MB) than specified in the .cnf file 1280 pages!
错误原因:
数据文件大小不匹配。

