今天刚启动了Xampp,当我打开我的SQL时,它简单地再次关闭,并告诉我MySQL意外关闭。
日志如下:
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: '::'.如果有人能帮上忙,那就太棒了!
发布于 2021-05-26 22:41:04
我已经解决了这个问题。我将所有文件从xampp/mysql/backup/文件夹复制到xampp/mysql/data/,从而解决了这个问题。
看起来像是导致数据库innodb结构冲突的问题
https://stackoverflow.com/questions/64005951
复制相似问题