我在Windows XP中安装了xampp.我能够启动apache和tomcat.但是当我启动mysql时,它会启动但在5秒后停止.
所以,我无法使用PHPMyAdmin.
我检查了里面的mysql_error文件,xampp/mysql/bin并且存在以下内容.
120320 11:48:44 [Note] Plugin 'FEDERATED' is disabled.
120320 11:48:44 InnoDB: The InnoDB memory heap is disabled
120320 11:48:44 InnoDB: Mutexes and rw_locks use Windows interlocked functions
120320 11:48:44 InnoDB: Compressed tables use zlib 1.2.3
120320 11:48:45 InnoDB: Initializing buffer pool, size = 16.0M
120320 11:48:45 InnoDB: Completed initialization of buffer pool
InnoDB: The first specified data file C:\xampp\mysql\data\ibdata1 did not exist:
InnoDB: a new database to be created!
120320 11:48:45 InnoDB: Setting file C:\xampp\mysql\data\ibdata1 …Run Code Online (Sandbox Code Playgroud) 这是我在 XAMPP 上运行 MySQL 时的错误日志。我不知道如何修复它,它总是卡在尝试启动 MySQL 服务上。
我尝试更改端口,但结果仍然相同。也试过重新安装但问题还是一样
提前谢谢你。我得到的错误如下
2015-11-10 15:26:56 10fc InnoDB: Warning: Using innodb_additional_mem_pool_size is DEPRECATED. This option may be removed in future releases, together with the option innodb_use_sys_malloc and with the InnoDB's internal memory allocator.
2015-11-10 15:26:56 4348 [Note] InnoDB: Using mutexes to ref count buffer pool pages
2015-11-10 15:26:56 4348 [Note] InnoDB: The InnoDB memory heap is disabled
2015-11-10 15:26:56 4348 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2015-11-10 15:26:56 4348 [Note] InnoDB: Memory …Run Code Online (Sandbox Code Playgroud)