首页 > 解决方案 > Mysql 服务器在 XAMPP 上关闭,日志显示我没有错误

问题描述

几分钟Mysql服务器正在工作,然后当我关闭控制面板并再次打开它时,它只会说:控制面板上的错误mysql关闭意外但来自mysql_error.logs的日志中没有出现错误。

这是日志中的内容:

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

PS:我仍然可以访问 http://localhost/phpmyadmin/ (如果这与我的问题有关)

标签: xampp

解决方案


当您重新安装 XAMPP 时它应该可以工作。我有同样的问题,它对我有用。


推荐阅读