首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >Xampp MySQL意外关闭插件'FEEDBACK‘已禁用

Xampp MySQL意外关闭插件'FEEDBACK‘已禁用
EN

Stack Overflow用户
提问于 2020-09-22 16:34:13
回答 1查看 1K关注 0票数 3

今天刚启动了Xampp,当我打开我的SQL时,它简单地再次关闭,并告诉我MySQL意外关闭。

日志如下:

代码语言:javascript
复制
2020-09-22  9:28:33 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2020-09-22  9:28:33 0 [Note] InnoDB: Uses event mutexes
2020-09-22  9:28:33 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2020-09-22  9:28:33 0 [Note] InnoDB: Number of pools: 1
2020-09-22  9:28:33 0 [Note] InnoDB: Using SSE2 crc32 instructions
2020-09-22  9:28:33 0 [Note] InnoDB: Initializing buffer pool, total size = 16M, instances = 1, chunk size = 16M
2020-09-22  9:28:33 0 [Note] InnoDB: Completed initialization of buffer pool
2020-09-22  9:28:33 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
2020-09-22  9:28:33 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2020-09-22  9:28:33 0 [Note] InnoDB: Setting file 'C:\xampp\mysql\data\ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2020-09-22  9:28:33 0 [Note] InnoDB: File 'C:\xampp\mysql\data\ibtmp1' size is now 12 MB.
2020-09-22  9:28:33 0 [Note] InnoDB: Waiting for purge to start
2020-09-22  9:28:33 0 [Note] InnoDB: 10.4.13 started; log sequence number 639553085; transaction id 596387
2020-09-22  9:28:33 0 [Note] InnoDB: Loading buffer pool(s) from C:\xampp\mysql\data\ib_buffer_pool
2020-09-22  9:28:33 0 [Note] Plugin 'FEEDBACK' is disabled.
2020-09-22  9:28:33 0 [Note] Server socket created on IP: '::'.

如果有人能帮上忙,那就太棒了!

EN

回答 1

Stack Overflow用户

发布于 2021-05-26 22:41:04

我已经解决了这个问题。我将所有文件从xampp/mysql/backup/文件夹复制到xampp/mysql/data/,从而解决了这个问题。

看起来像是导致数据库innodb结构冲突的问题

票数 2
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/64005951

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档