MySQL Shutdown unexpectedly error in XAMPP

  Kiến thức lập trình

Before everything happened, I installed WordPress on my local XAMPP Apache Server.
MySQL worked. I have changed NOTHING. Restarted MySQL it worked for a second and then it gave me the “MySQL shutdown unexpectedly.” error. Looked up the logs, nothing – not even a single thing that could lead to the error. Here is the whole log:

2024-04-25 18:43:37 0 [Note] Starting MariaDB 10.4.32-MariaDB source revision c4143f909528e3fab0677a28631d10389354c491 as process 22560

2024-04-25 18:43:38 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions

2024-04-25 18:43:38 0 [Note] InnoDB: Uses event mutexes
2024-04-25 18:43:38 0 [Note] InnoDB: Compressed tables use zlib 1.3

2024-04-25 18:43:38 0 [Note] InnoDB: Number of pools: 1

2024-04-25 18:43:38 0 [Note] InnoDB: Using SSE2 crc32 instructions

2024-04-25 18:43:38 0 [Note] InnoDB: Initializing buffer pool, total size = 16M, instances = 1, chunk size = 16M

2024-04-25 18:43:38 0 [Note] InnoDB: Completed initialization of buffer pool

2024-04-25 18:43:38 0 [Note] InnoDB: 128 out of 128 rollback segments are active

2024-04-25 18:43:38 0 [Note] InnoDB: Creating shared tablespace for temporary tables

2024-04-25 18:43:38 0 [Note] InnoDB: Setting file ‘C:Users***DesktopXAMPPmysqldataibtmp1’ size to 12 MB. Physically writing the file full; Please wait …

2024-04-25 18:43:38 0 [Note] InnoDB: File ‘C:Users***DesktopXAMPPmysqldataibtmp1’ size is now 12 MB

2024-04-25 18:43:38 0 [Note] InnoDB: Waiting for purge to start

2024-04-25 18:43:38 0 [Note] InnoDB: 10.4.32 started; log sequence number 3644916; transaction id 1628

2024-04-25 18:43:38 0 [Note] InnoDB: Loading buffer pool(s) from C:Users***DesktopXAMPPmysqldataib_buffer_pool

2024-04-25 18:43:38 0 [Note] Plugin ‘FEEDBACK’ is disabled.

2024-04-25 18:43:38 0 [Note] InnoDB: Buffer pool(s) load completed at 240425

18:43:38
2024-04-25 18:43:38 0 [Note] Server socket created on IP: ‘::’.

Sidenote: This log looks the same as the log when it worked before the restart of MySQL.

Tried nothing because I don’t know what the error is.
Please help?

LEAVE A COMMENT