Page 1 of 1

MySQL keeps shutting down

PostPosted: 20. March 2024 21:01
by hunt1127
MySQL through xampp keeps crashing and I just can't make heads or tails of this. Thanks for any help in advance.

Here is the error log:
2024-03-20 14:50:50 0 [Note] Starting MariaDB 10.4.32-MariaDB source revision c4143f909528e3fab0677a28631d10389354c491 as process 1564
2024-03-20 14:50:50 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2024-03-20 14:50:50 0 [Note] InnoDB: Uses event mutexes
2024-03-20 14:50:50 0 [Note] InnoDB: Compressed tables use zlib 1.3
2024-03-20 14:50:50 0 [Note] InnoDB: Number of pools: 1
2024-03-20 14:50:50 0 [Note] InnoDB: Using SSE2 crc32 instructions
2024-03-20 14:50:50 0 [Note] InnoDB: Initializing buffer pool, total size = 16M, instances = 1, chunk size = 16M
2024-03-20 14:50:50 0 [Note] InnoDB: Completed initialization of buffer pool
2024-03-20 14:50:50 0 [Note] InnoDB: Starting crash recovery from checkpoint LSN=300288
2024-03-20 14:50:50 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
2024-03-20 14:50:50 0 [Note] InnoDB: Removed temporary tablespace data file: "ibtmp1"
2024-03-20 14:50:50 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2024-03-20 14:50:51 0 [Note] InnoDB: Setting file 'C:\xampp\mysql\data\ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2024-03-20 14:50:51 0 [Note] InnoDB: File 'C:\xampp\mysql\data\ibtmp1' size is now 12 MB.
2024-03-20 14:50:51 0 [Note] InnoDB: 10.4.32 started; log sequence number 300297; transaction id 170
2024-03-20 14:50:51 0 [Note] InnoDB: Loading buffer pool(s) from C:\xampp\mysql\data\ib_buffer_pool
2024-03-20 14:50:51 0 [Note] Plugin 'FEEDBACK' is disabled.
2024-03-20 14:50:51 0 [Note] InnoDB: Buffer pool(s) load completed at 240320 14:50:51
2024-03-20 14:50:51 0 [Note] Server socket created on IP: '::'.

Re: MySQL keeps shutting down

PostPosted: 24. March 2024 00:48
by lucrativenumbers
Mine did the same thing today. I was able to fix it by doing steps 2 and 3 from this site - https://tonjoo.com/error-mysql-shutdown-unexpectedly/

Re: MySQL keeps shutting down

PostPosted: 04. April 2024 15:45
by joeroot6543
I'm experiencing a similar issue with MySQL through XAMPP constantly crashing, and I'm struggling to figure out the root cause. Thanks in advance for any assistance.

Here's the error log I'm encountering:
2024-03-20 14:50:50 0 [Note] Starting MariaDB 10.4.32-MariaDB source revision c4143f909528e3fab0677a28631d10389354c491 as process 1564
2024-03-20 14:50:50 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2024-03-20 14:50:50 0 [Note] InnoDB: Uses event mutexes
2024-03-20 14:50:50 0 [Note] InnoDB: Compressed tables use zlib 1.3
2024-03-20 14:50:50 0 [Note] InnoDB: Number of pools: 1
2024-03-20 14:50:50 0 [Note] InnoDB: Using SSE2 crc32 instructions
2024-03-20 14:50:50 0 [Note] InnoDB: Initializing buffer pool, total size = 16M, instances = 1, chunk size = 16M
2024-03-20 14:50:50 0 [Note] InnoDB: Completed initialization of buffer pool
2024-03-20 14:50:50 0 [Note] InnoDB: Starting crash recovery from checkpoint LSN=300288
2024-03-20 14:50:50 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
2024-03-20 14:50:50 0 [Note] InnoDB: Removed temporary tablespace data file: "ibtmp1"
2024-03-20 14:50:50 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2024-03-20 14:50:51 0 [Note] InnoDB: Setting file 'C:https://capcutproapk.org/\xampp\mysql\data\ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2024-03-20 14:50:51 0 [Note] InnoDB: File 'C:\xampp\mysql\data\ibtmp1' size is now 12 MB.
2024-03-20 14:50:51 0 [Note] InnoDB: 10.4.32 started; log sequence number 300297; transaction id 170
2024-03-20 14:50:51 0 [Note] InnoDB: Loading buffer pool(s) from C:\xampp\mysql\data\ib_buffer_pool
2024-03-20 14:50:51 0 [Note] Plugin 'FEEDBACK' is disabled.
2024-03-20 14:50:51 0 [Note] InnoDB: Buffer pool(s) load completed at 240320 14:50:51
2024-03-20 14:50:51 0 [Note] Server socket created on IP: '::'.

If anyone has insights or suggestions on how to resolve this, it would be greatly appreciated.