xamps上的MySQL服务运行,然后在几秒钟后停止

时间:2019-10-23 08:33:27

标签: php mysql wordpress xampp

我正在Xampp上运行MySQL服务,它显示了我的运行状态,几秒钟后,它显示了一条消息:MySQL意外关闭。

我试图查找是否有其他应用程序正在使用MySQL的端口,但是没有,还要将端口更改为3307,以确保我仍然收到错误:错误: “ MySQL意外关闭。 这可能是由于端口受阻,缺少依赖项, 特权不当,崩溃或被其他方法关闭。 按日志按钮查看错误日志并检查 Windows事件查看器以获取更多线索 如果您需要更多帮助,请复制并发布此内容 论坛上的整个日志窗口”

这是日志文件的内容:

2019-10-23 11:56:35 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2019-10-23 11:56:35 0 [Note] InnoDB: Uses event mutexes
2019-10-23 11:56:35 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2019-10-23 11:56:35 0 [Note] InnoDB: Number of pools: 1
2019-10-23 11:56:35 0 [Note] InnoDB: Using SSE2 crc32 instructions
2019-10-23 11:56:35 0 [Note] InnoDB: Initializing buffer pool, total size = 16M, instances = 1, chunk size = 16M
2019-10-23 11:56:35 0 [Note] InnoDB: Completed initialization of buffer pool
2019-10-23 11:56:35 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
2019-10-23 11:56:35 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2019-10-23 11:56:35 0 [Note] InnoDB: Setting file 'C:\xampp\mysql\data\ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2019-10-23 11:56:35 0 [Note] InnoDB: File 'C:\xampp\mysql\data\ibtmp1' size is now 12 MB.
2019-10-23 11:56:35 0 [Note] InnoDB: Waiting for purge to start
2019-10-23 11:56:35 0 [Note] InnoDB: 10.3.16 started; log sequence number 78568030; transaction id 59486
2019-10-23 11:56:35 0 [Note] InnoDB: Loading buffer pool(s) from C:\xampp\mysql\data\ib_buffer_pool
2019-10-23 11:56:35 0 [Note] Plugin 'FEEDBACK' is disabled.
2019-10-23 11:56:35 0 [Note] Server socket created on IP: '::'.
2019-10-23 11:56:35 0 [Note] InnoDB: Buffer pool(s) load completed at 191023 11:56:35

1 个答案:

答案 0 :(得分:0)

重新安装xampp软件,然后重试。