XAMPP MySQL无法在Windows 10上启动

时间:2020-04-15 08:03:20

标签: mysql xampp

每当在Windows 10上启动XAMPP MySQL时,我都会遇到错误。我的数据库中有很多数据,因此我无法承受任何丢失,因为没有进行备份。昨晚使用它时,一切正常,但今天早晨,出现以下错误。

错误日志:

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

Xammp错误:

8:56:38 am  [mysql]     Error: MySQL shutdown unexpectedly.
8:56:38 am  [mysql]     This may be due to a blocked port, missing dependencies, 
8:56:38 am  [mysql]     improper privileges, a crash, or a shutdown by another method.
8:56:38 am  [mysql]     Press the Logs button to view error logs and check
8:56:38 am  [mysql]     the Windows Event Viewer for more clues
8:56:38 am  [mysql]     If you need more help, copy and post this
8:56:38 am  [mysql]     entire log window on the forums

0 个答案:

没有答案