130313 19:55:25 [Note] D:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: Shutdown complete130313 19:56:16 [Note] Plugin 'FEDERATED' is disabled.
130313 19:56:16 InnoDB: The InnoDB memory heap is disabled
130313 19:56:16 InnoDB: Mutexes and rw_locks use Windows interlocked functions
130313 19:56:16 InnoDB: Compressed tables use zlib 1.2.3
130313 19:56:16 InnoDB: Initializing buffer pool, size = 2.0G
InnoDB: VirtualAlloc(2175795200 bytes) failed; Windows error 87
130313 19:56:16 InnoDB: Completed initialization of buffer pool
130313 19:56:16 InnoDB: Fatal error: cannot allocate memory for the buffer pool
130313 19:56:16 [ERROR] Plugin 'InnoDB' init function returned error.
130313 19:56:16 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
130313 19:56:16 [ERROR] Unknown/unsupported storage engine: INNODB
130313 19:56:16 [ERROR] Aborting130313 19:56:16 [Note] D:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: Shutdown complete130313 19:56:40 [Note] Plugin 'FEDERATED' is disabled.
Unknown suffix '.' used for variable 'innodb-buffer-pool-size' (value '2.5G')
130313 19:56:40 [Warning] option 'innodb-buffer-pool-size': signed value 0 adjusted to 5242880
130313 19:56:40 [ERROR] D:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: Error while setting value '2.5G' to 'innodb-buffer-pool-size'
130313 19:56:40 [ERROR] Parsing options for plugin 'InnoDB' failed.
130313 19:56:40 [ERROR] D:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: unknown variable 'innodb_additional_mem_pool_size=256M'
130313 19:56:40 [ERROR] Aborting130313 19:56:40 [Note] D:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: Shutdown complete130313 19:56:56 [Note] Plugin 'FEDERATED' is disabled.
130313 19:56:56 InnoDB: The InnoDB memory heap is disabled
130313 19:56:56 InnoDB: Mutexes and rw_locks use Windows interlocked functions
130313 19:56:56 InnoDB: Compressed tables use zlib 1.2.3
130313 19:56:56 InnoDB: Initializing buffer pool, size = 3.0G
InnoDB: VirtualAlloc(3263692800 bytes) failed; Windows error 87
130313 19:56:56 InnoDB: Completed initialization of buffer pool
130313 19:56:56 InnoDB: Fatal error: cannot allocate memory for the buffer pool
130313 19:56:56 [ERROR] Plugin 'InnoDB' init function returned error.
130313 19:56:56 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
130313 19:56:56 [ERROR] Unknown/unsupported storage engine: INNODB
130313 19:56:56 [ERROR] Aborting130313 19:56:56 [Note] D:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: Shutdown complete130313 19:57:11 [Note] Plugin 'FEDERATED' is disabled.
130313 19:57:11 [ERROR] innobase_buffer_pool_size can't be over 4GB on 32-bit systems
130313 19:57:11 [ERROR] Plugin 'InnoDB' init function returned error.
130313 19:57:11 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
130313 19:57:11 [ERROR] Unknown/unsupported storage engine: INNODB
130313 19:57:11 [ERROR] Aborting130313 19:57:11 [Note] D:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: Shutdown complete130313 19:57:32 [Note] Plugin 'FEDERATED' is disabled.
Unknown suffix '.' used for variable 'innodb-buffer-pool-size' (value '2.5G')
130313 19:57:32 [Warning] option 'innodb-buffer-pool-size': signed value 0 adjusted to 5242880
130313 19:57:32 [ERROR] D:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: Error while setting value '2.5G' to 'innodb-buffer-pool-size'
130313 19:57:32 [ERROR] Parsing options for plugin 'InnoDB' failed.
130313 19:57:32 [ERROR] D:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: unknown variable 'innodb_additional_mem_pool_size=256M'
130313 19:57:32 [ERROR] Aborting修改innodb-buffer-poop-size=2G.一直修改不成功。目前1G。系统是windows2003,8G内存,但是系统是32bit。
mysql

解决方案 »

  1.   

    以上是出错的LOG,请大牛分析。图片是当前的操作系统和数据version
      

  2.   

    因为我用mysqlmyreport一直分析,发现innodb-buffer-pool-sise.的使用率100.这个显然是不够用。但是我在本地测试2G可以。但是服务器上就不行了。我怀疑是系统的原因。我本地的系统是64bit win7 mysql安装的也是64bit 5.5.15。谢谢大牛帮忙看下。
      

  3.   

    这个是分析出来的瓶颈,http://blog.csdn.net/k_scott/article/details/8660112