开发者社区> 问答> 正文

windows server 2012上wamp mysql无法启动呀,求大神们

我看到这几个,但是看不懂 2016-10-14 20:17:04 2136 [Warning] Buffered warning: Performance schema disabled (reason: init failed). 2016-10-14 20:17:04 2136 [Note] Plugin 'FEDERATED' is disabled. 2016-10-14 20:17:04 2136 [Note] InnoDB: Using atomics to ref count buffer pool pages 2016-10-14 20:17:04 2136 [Note] InnoDB: The InnoDB memory heap is disabled 2016-10-14 20:17:04 2136 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions 2016-10-14 20:17:04 2136 [Note] InnoDB: Compressed tables use zlib 1.2.3 2016-10-14 20:17:04 2136 [Note] InnoDB: Not using CPU crc32 instructions 2016-10-14 20:17:04 2136 [Note] InnoDB: Initializing buffer pool, size = 128.0M InnoDB: VirtualAlloc(136052736 bytes) failed; Windows error 1455 2016-10-14 20:17:04 2136 [ERROR] InnoDB: Cannot allocate memory for the buffer pool 2016-10-14 20:17:04 2136 [ERROR] Plugin 'InnoDB' init function returned error. 2016-10-14 20:17:04 2136 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed. 2016-10-14 20:17:04 2136 [ERROR] Unknown/unsupported storage engine: InnoDB 2016-10-14 20:17:04 2136 [ERROR] Aborting

展开
收起
clevo 2016-10-14 20:29:26 5412 0
1 条回答
写回答
取消 提交回答
  • Rewindows server 2012上wamp mysql无法启动呀,求大神们
    看起来像是你的mysql的配置问题,你看看my.ini里面有没有类似 skip-innodb 这种配置,

    如果有的话,你把它注释掉,再试试。或者

    不注释这条,然后加一句配置在[mysqld]下面
    default-storage-engine = MyISAM
    2016-10-15 09:56:51
    赞同 展开评论 打赏
问答排行榜
最热
最新

相关电子书

更多
MySQL 技术大全:开发、优化与运维实战 立即下载
TAKING WINDOWS 10 KERNEL 立即下载
ECS运维指南之Windows系统诊断 立即下载

相关镜像