首页 > 解决方案 > 重新启动笔记本电脑后,我的mysql突然出现了这个问题

问题描述

当我尝试在应用程序 Xampp 上的 Apache 服务器上运行 mysql 服务器时,会出现此错误消息。我一下子就遇到了这个问题。

我尝试更改mysql的端口,但没有成功。

错误:MySQL 意外关闭。这可能是由于端口被阻塞、缺少依赖项、权限不正确、崩溃或被其他方法关闭造成的。按日志按钮查看错误日志并检查 Windows 事件查看器以获取更多线索如果您需要更多帮助,请复制并在论坛上发布整个日志窗口

当我打开我的 sql 错误日志时,我看到..

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

标签: mysqlapachexampp

解决方案


推荐阅读