啟動失敗 查看log日志
2022-03-08 15:00:47 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2022-03-08 15:00:47 0 [Note] InnoDB: Uses event mutexes
2022-03-08 15:00:47 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2022-03-08 15:00:47 0 [Note] InnoDB: Number of pools: 1
2022-03-08 15:00:47 0 [Note] InnoDB: Using SSE2 crc32 instructions
2022-03-08 15:00:47 0 [Note] InnoDB: Initializing buffer pool, total size = 16M, instances = 1, chunk size = 16M
2022-03-08 15:00:47 0 [Note] InnoDB: Completed initialization of buffer pool
2022-03-08 15:00:48 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
2022-03-08 15:00:48 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2022-03-08 15:00:48 0 [Note] InnoDB: Setting file 'D:\Dailysoftware\xampp\mysql\data\ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2022-03-08 15:00:48 0 [Note] InnoDB: File 'D:\Dailysoftware\xampp\mysql\data\ibtmp1' size is now 12 MB.
2022-03-08 15:00:48 0 [Note] InnoDB: Waiting for purge to start
2022-03-08 15:00:48 0 [Note] InnoDB: 10.4.18 started; log sequence number 33051527; transaction id 37832
2022-03-08 15:00:48 0 [Note] InnoDB: Loading buffer pool(s) from D:\Dailysoftware\xampp\mysql\data\ib_buffer_pool
2022-03-08 15:00:48 0 [Note] Plugin 'FEEDBACK' is disabled.
2022-03-08 15:00:48 0 [Note] Server socket created on IP: '::'.
解決方法
參考https://stackoverflow.com/questions/56847804/xampp-mysql-service-crash-after-reboot
1、點擊xampp面板上的Shell按鈕進入命令框,輸入命令:
mysqld –-console –-skip-grant-tables –-skip-external-locking
2、第一個cmd命令行窗口不關閉,重新在面板上點開一個Shell,再次輸入指令:
mysqlcheck -r --databases mysql --use-frm
等命令窗口不再變化,再關閉命令窗口,重新啟動xampp,重啟mysql,問題解決。