Plugin 'InnoDB' init function returned error

 mysql启动错误日志出现以下错误

# tail -f /opt/mysql/var/localhost.localdomain.err
InnoDB: a big enough maximum process size.
InnoDB: Note that in most 32-bit computers the process
InnoDB: memory space is limited to 2 GB or 4 GB.
InnoDB: We keep retrying the allocation for 60 seconds...
InnoDB: Fatal error: cannot allocate the memory for the buffer pool
100823 11:20:08 [ERROR] Plugin 'InnoDB' init function returned error.

100823 11:20:08 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.

100823 11:20:08  InnoDB: Error: cannot allocate 2147500032 bytes of

InnoDB: memory with malloc! Total allocated memory

100823 11:20:08 [Note] Event Scheduler: Loaded 0 events
100823 11:20:08 [Note] /opt/mysql/libexec/mysqld: ready for connections.
Version: '5.1.39-log'  socket: '/tmp/mysql.sock'  port: 3306  Source distribution

登录mysql,无innodb引擎

mysql>show engines;
+------------+---------+-----------------------------------------------------------+--------------+------+------------+
| Engine          | Support | Comment          | Transactions | XA   | Savepoints |
+------------+---------+-----------------------------------------------------------+--------------+------+------------+
| MRG_MYISAM | YES      | Collection of identical MyISAM tables              | NO        | NO    | NO       |
| CSV        | YES     | CSV storage engine                                        | NO           | NO   | NO         |
| MyISAM     | DEFAULT | Default engine as of MySQL 3.23 with great performance    | NO           | NO   | NO         |
| MEMORY     | YES     | Hash based, stored in memory, useful for temporary tables | NO           | NO   | NO         |
+------------+---------+-----------------------------------------------------------+--------------+------+------------+
4 rows in set (0.00 sec)

原因:/etc/my.cnf 配置文件里

innodb_buffer_pool_size=2G

由于内存不足,

# free -m

             total       used       free     shared    buffers     cached

Mem:          1010        533        477          0         68        147

-/+ buffers/cache:        317        693

Swap:         1024          0          1024

解决办法:

1、增加swap分区容量 参考 http://www.chinasa.net/archives/63/

2、修改innodb_buffer_pool_size值.

重启mysql,使用show engines查看,如下所示:

mysql> show engines;

+------------+---------+------------------------------------------------------------+--------------+------+------------+

| Engine     | Support | Comment                                                    | Transactions | XA   | Savepoints |

+------------+---------+------------------------------------------------------------+--------------+------+------------+

| MRG_MYISAM | YES     | Collection of identical MyISAM tables                      | NO           | NO   | NO         |

| CSV        | YES     | CSV storage engine                                         | NO           | NO   | NO         |

| MyISAM     | DEFAULT | Default engine as of MySQL 3.23 with great performance     | NO           | NO   | NO         |

| InnoDB     | YES     | Supports transactions, row-level locking, and foreign keys | YES          | YES  | YES        |

| MEMORY     | YES     | Hash based, stored in memory, useful for temporary tables  | NO           | NO   | NO         |

+------------+---------+------------------------------------------------------------+--------------+------+------------+

5 rows in set (0.00 sec)

 

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值