Error with MySQL

Problems with the Windows version of XAMPP, questions, comments, and anything related.

Error with MySQL

Postby Domzzo » 28. December 2021 13:29

Hello,

I am using XAMPP with MySQL to localhost some files as I am developing the server. Today I am getting error even tho I didnt make any changes to it. I am complete newbie to this so I would appreciate any help I could get.

XAMPP version:
8.0.13

OS:
Win 11

XAMPP installation path:
C:/xampp/

any configuration changes made since installation
Nothing as far as I know, went to sleep yesterday, worked fine today I started and it threw me an error.

XAMPP control panel log
Code: Select all
13:25:55  [main]    Initializing Control Panel
13:25:55  [main]    Windows Version:  Enterprise  64-bit
13:25:55  [main]    XAMPP Version: 8.0.13
13:25:55  [main]    Control Panel Version: 3.3.0  [ Compiled: Apr 6th 2021 ]
13:25:55  [main]    Running with Administrator rights - good!
13:25:55  [main]    XAMPP Installation Directory: "c:\xampp\"
13:25:55  [main]    Checking for prerequisites
13:25:55  [main]    All prerequisites found
13:25:55  [main]    Initializing Modules
13:25:55  [Apache]    XAMPP Apache is already running on port 80
13:25:55  [Apache]    XAMPP Apache is already running on port 443
13:25:55  [main]    Starting Check-Timer
13:25:55  [main]    Control Panel Ready
13:25:57  [mysql]    Attempting to start MySQL app...
13:25:57  [mysql]    Status change detected: running
13:25:59  [mysql]    Status change detected: stopped
13:25:59  [mysql]    Error: MySQL shutdown unexpectedly.
13:25:59  [mysql]    This may be due to a blocked port, missing dependencies,
13:25:59  [mysql]    improper privileges, a crash, or a shutdown by another method.
13:25:59  [mysql]    Press the Logs button to view error logs and check
13:25:59  [mysql]    the Windows Event Viewer for more clues
13:25:59  [mysql]    If you need more help, copy and post this
13:25:59  [mysql]    entire log window on the forums
13:26:34  [main]    Deinitializing Modules
13:26:34  [main]    Deinitializing Control Panel


XAMPP error log:
Code: Select all
2021-12-12 15:59:12 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2021-12-12 15:59:12 0 [Note] InnoDB: Uses event mutexes
2021-12-12 15:59:12 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2021-12-12 15:59:12 0 [Note] InnoDB: Number of pools: 1
2021-12-12 15:59:12 0 [Note] InnoDB: Using SSE2 crc32 instructions
2021-12-12 15:59:12 0 [Note] InnoDB: Initializing buffer pool, total size = 16M, instances = 1, chunk size = 16M
2021-12-12 15:59:12 0 [Note] InnoDB: Completed initialization of buffer pool
2021-12-12 15:59:12 0 [Note] InnoDB: Starting crash recovery from checkpoint LSN=300288
2021-12-12 15:59:12 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
2021-12-12 15:59:12 0 [Note] InnoDB: Removed temporary tablespace data file: "ibtmp1"
2021-12-12 15:59:12 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2021-12-12 15:59:12 0 [Note] InnoDB: Setting file 'C:\xampp\mysql\data\ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2021-12-12 15:59:12 0 [Note] InnoDB: File 'C:\xampp\mysql\data\ibtmp1' size is now 12 MB.
2021-12-12 15:59:12 0 [Note] InnoDB: Waiting for purge to start
2021-12-12 15:59:12 0 [Note] InnoDB: 10.4.22 started; log sequence number 300297; transaction id 170
2021-12-12 15:59:12 0 [Note] InnoDB: Loading buffer pool(s) from C:\xampp\mysql\data\ib_buffer_pool
2021-12-12 15:59:12 0 [Note] Plugin 'FEEDBACK' is disabled.
2021-12-12 15:59:12 0 [Note] InnoDB: Buffer pool(s) load completed at 211212 15:59:12
2021-12-12 15:59:12 0 [Note] Server socket created on IP: '::'.
2021-12-13 17:05:29 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2021-12-13 17:05:29 0 [Note] InnoDB: Uses event mutexes
2021-12-13 17:05:29 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2021-12-13 17:05:29 0 [Note] InnoDB: Number of pools: 1
2021-12-13 17:05:29 0 [Note] InnoDB: Using SSE2 crc32 instructions
2021-12-13 17:05:29 0 [Note] InnoDB: Initializing buffer pool, total size = 16M, instances = 1, chunk size = 16M
2021-12-13 17:05:29 0 [Note] InnoDB: Completed initialization of buffer pool
2021-12-13 17:05:29 0 [Note] InnoDB: Starting crash recovery from checkpoint LSN=472922
2021-12-13 17:05:29 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
2021-12-13 17:05:29 0 [Note] InnoDB: Removed temporary tablespace data file: "ibtmp1"
2021-12-13 17:05:29 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2021-12-13 17:05:29 0 [Note] InnoDB: Setting file 'C:\xampp\mysql\data\ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2021-12-13 17:05:29 0 [Note] InnoDB: File 'C:\xampp\mysql\data\ibtmp1' size is now 12 MB.
2021-12-13 17:05:29 0 [Note] InnoDB: Waiting for purge to start
2021-12-13 17:05:29 0 [Note] InnoDB: 10.4.22 started; log sequence number 472931; transaction id 830
2021-12-13 17:05:29 0 [Note] InnoDB: Loading buffer pool(s) from C:\xampp\mysql\data\ib_buffer_pool
2021-12-13 17:05:29 0 [Note] Plugin 'FEEDBACK' is disabled.
2021-12-13 17:05:29 0 [Note] Server socket created on IP: '::'.
2021-12-14 18:35:15 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2021-12-14 18:35:15 0 [Note] InnoDB: Uses event mutexes
2021-12-14 18:35:15 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2021-12-14 18:35:15 0 [Note] InnoDB: Number of pools: 1
2021-12-14 18:35:15 0 [Note] InnoDB: Using SSE2 crc32 instructions
2021-12-14 18:35:15 0 [Note] InnoDB: Initializing buffer pool, total size = 16M, instances = 1, chunk size = 16M
2021-12-14 18:35:15 0 [Note] InnoDB: Completed initialization of buffer pool
2021-12-14 18:35:15 0 [Note] InnoDB: Starting crash recovery from checkpoint LSN=472940
2021-12-14 18:35:15 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
2021-12-14 18:35:15 0 [Note] InnoDB: Removed temporary tablespace data file: "ibtmp1"
2021-12-14 18:35:15 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2021-12-14 18:35:15 0 [Note] InnoDB: Setting file 'C:\xampp\mysql\data\ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2021-12-14 18:35:15 0 [Note] InnoDB: File 'C:\xampp\mysql\data\ibtmp1' size is now 12 MB.
2021-12-14 18:35:15 0 [Note] InnoDB: Waiting for purge to start
2021-12-14 18:35:15 0 [Note] InnoDB: 10.4.22 started; log sequence number 472949; transaction id 830
2021-12-14 18:35:15 0 [Note] InnoDB: Loading buffer pool(s) from C:\xampp\mysql\data\ib_buffer_pool
2021-12-14 18:35:15 0 [Note] Plugin 'FEEDBACK' is disabled.
2021-12-14 18:35:15 0 [Note] Server socket created on IP: '::'.
2021-12-15 17:29:05 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2021-12-15 17:29:05 0 [Note] InnoDB: Uses event mutexes
2021-12-15 17:29:05 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2021-12-15 17:29:05 0 [Note] InnoDB: Number of pools: 1
2021-12-15 17:29:05 0 [Note] InnoDB: Using SSE2 crc32 instructions
2021-12-15 17:29:05 0 [Note] InnoDB: Initializing buffer pool, total size = 16M, instances = 1, chunk size = 16M
2021-12-15 17:29:05 0 [Note] InnoDB: Completed initialization of buffer pool
2021-12-15 17:29:05 0 [Note] InnoDB: Starting crash recovery from checkpoint LSN=472958
2021-12-15 17:29:05 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
2021-12-15 17:29:05 0 [Note] InnoDB: Removed temporary tablespace data file: "ibtmp1"
2021-12-15 17:29:05 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2021-12-15 17:29:05 0 [Note] InnoDB: Setting file 'C:\xampp\mysql\data\ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2021-12-15 17:29:05 0 [Note] InnoDB: File 'C:\xampp\mysql\data\ibtmp1' size is now 12 MB.
2021-12-15 17:29:05 0 [Note] InnoDB: 10.4.22 started; log sequence number 472967; transaction id 830
2021-12-15 17:29:05 0 [Note] InnoDB: Loading buffer pool(s) from C:\xampp\mysql\data\ib_buffer_pool
2021-12-15 17:29:05 0 [Note] Plugin 'FEEDBACK' is disabled.
2021-12-15 17:29:05 0 [Note] Server socket created on IP: '::'.
2021-12-15 17:29:05 0 [Note] InnoDB: Buffer pool(s) load completed at 211215 17:29:05
2021-12-16 16:34:23 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2021-12-16 16:34:23 0 [Note] InnoDB: Uses event mutexes
2021-12-16 16:34:23 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2021-12-16 16:34:23 0 [Note] InnoDB: Number of pools: 1
2021-12-16 16:34:23 0 [Note] InnoDB: Using SSE2 crc32 instructions
2021-12-16 16:34:23 0 [Note] InnoDB: Initializing buffer pool, total size = 16M, instances = 1, chunk size = 16M
2021-12-16 16:34:23 0 [Note] InnoDB: Completed initialization of buffer pool
2021-12-16 16:34:23 0 [Note] InnoDB: Starting crash recovery from checkpoint LSN=472976
2021-12-16 16:34:23 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
2021-12-16 16:34:23 0 [Note] InnoDB: Removed temporary tablespace data file: "ibtmp1"
2021-12-16 16:34:23 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2021-12-16 16:34:23 0 [Note] InnoDB: Setting file 'C:\xampp\mysql\data\ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2021-12-16 16:34:23 0 [Note] InnoDB: File 'C:\xampp\mysql\data\ibtmp1' size is now 12 MB.
2021-12-16 16:34:23 0 [Note] InnoDB: Waiting for purge to start
2021-12-16 16:34:23 0 [Note] InnoDB: 10.4.22 started; log sequence number 472985; transaction id 830
2021-12-16 16:34:23 0 [Note] InnoDB: Loading buffer pool(s) from C:\xampp\mysql\data\ib_buffer_pool
2021-12-16 16:34:23 0 [Note] Plugin 'FEEDBACK' is disabled.
2021-12-16 16:34:23 0 [Note] InnoDB: Buffer pool(s) load completed at 211216 16:34:23
2021-12-16 16:34:23 0 [Note] Server socket created on IP: '::'.
2021-12-19  9:23:19 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2021-12-19  9:23:19 0 [Note] InnoDB: Uses event mutexes
2021-12-19  9:23:19 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2021-12-19  9:23:19 0 [Note] InnoDB: Number of pools: 1
2021-12-19  9:23:19 0 [Note] InnoDB: Using SSE2 crc32 instructions
2021-12-19  9:23:19 0 [Note] InnoDB: Initializing buffer pool, total size = 16M, instances = 1, chunk size = 16M
2021-12-19  9:23:19 0 [Note] InnoDB: Completed initialization of buffer pool
2021-12-19  9:23:19 0 [Note] InnoDB: Starting crash recovery from checkpoint LSN=472994
2021-12-19  9:23:19 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
2021-12-19  9:23:19 0 [Note] InnoDB: Removed temporary tablespace data file: "ibtmp1"
2021-12-19  9:23:19 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2021-12-19  9:23:19 0 [Note] InnoDB: Setting file 'C:\xampp\mysql\data\ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2021-12-19  9:23:19 0 [Note] InnoDB: File 'C:\xampp\mysql\data\ibtmp1' size is now 12 MB.
2021-12-19  9:23:19 0 [Note] InnoDB: Waiting for purge to start
2021-12-19  9:23:19 0 [Note] InnoDB: 10.4.22 started; log sequence number 473003; transaction id 830
2021-12-19  9:23:19 0 [Note] InnoDB: Loading buffer pool(s) from C:\xampp\mysql\data\ib_buffer_pool
2021-12-19  9:23:19 0 [Note] Plugin 'FEEDBACK' is disabled.
2021-12-19  9:23:19 0 [Note] Server socket created on IP: '::'.
2021-12-19  9:23:19 0 [Note] InnoDB: Buffer pool(s) load completed at 211219  9:23:19
2021-12-19 15:42:52 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2021-12-19 15:42:52 0 [Note] InnoDB: Uses event mutexes
2021-12-19 15:42:52 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2021-12-19 15:42:52 0 [Note] InnoDB: Number of pools: 1
2021-12-19 15:42:52 0 [Note] InnoDB: Using SSE2 crc32 instructions
2021-12-19 15:42:52 0 [Note] InnoDB: Initializing buffer pool, total size = 16M, instances = 1, chunk size = 16M
2021-12-19 15:42:52 0 [Note] InnoDB: Completed initialization of buffer pool
2021-12-19 15:42:52 0 [Note] InnoDB: Starting crash recovery from checkpoint LSN=473012
2021-12-19 15:42:52 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
2021-12-19 15:42:52 0 [Note] InnoDB: Removed temporary tablespace data file: "ibtmp1"
2021-12-19 15:42:52 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2021-12-19 15:42:52 0 [Note] InnoDB: Setting file 'C:\xampp\mysql\data\ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2021-12-19 15:42:52 0 [Note] InnoDB: File 'C:\xampp\mysql\data\ibtmp1' size is now 12 MB.
2021-12-19 15:42:52 0 [Note] InnoDB: Waiting for purge to start
2021-12-19 15:42:52 0 [Note] InnoDB: 10.4.22 started; log sequence number 473021; transaction id 830
2021-12-19 15:42:52 0 [Note] InnoDB: Loading buffer pool(s) from C:\xampp\mysql\data\ib_buffer_pool
2021-12-19 15:42:52 0 [Note] Plugin 'FEEDBACK' is disabled.
2021-12-19 15:42:52 0 [Note] Server socket created on IP: '::'.
2021-12-20 18:57:09 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2021-12-20 18:57:09 0 [Note] InnoDB: Uses event mutexes
2021-12-20 18:57:09 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2021-12-20 18:57:09 0 [Note] InnoDB: Number of pools: 1
2021-12-20 18:57:09 0 [Note] InnoDB: Using SSE2 crc32 instructions
2021-12-20 18:57:09 0 [Note] InnoDB: Initializing buffer pool, total size = 16M, instances = 1, chunk size = 16M
2021-12-20 18:57:09 0 [Note] InnoDB: Completed initialization of buffer pool
2021-12-20 18:57:09 0 [Note] InnoDB: Starting crash recovery from checkpoint LSN=473030
2021-12-20 18:57:09 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
2021-12-20 18:57:09 0 [Note] InnoDB: Removed temporary tablespace data file: "ibtmp1"
2021-12-20 18:57:09 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2021-12-20 18:57:09 0 [Note] InnoDB: Setting file 'C:\xampp\mysql\data\ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2021-12-20 18:57:09 0 [Note] InnoDB: File 'C:\xampp\mysql\data\ibtmp1' size is now 12 MB.
2021-12-20 18:57:09 0 [Note] InnoDB: Waiting for purge to start
2021-12-20 18:57:09 0 [Note] InnoDB: 10.4.22 started; log sequence number 473039; transaction id 830
2021-12-20 18:57:09 0 [Note] InnoDB: Loading buffer pool(s) from C:\xampp\mysql\data\ib_buffer_pool
2021-12-20 18:57:09 0 [Note] Plugin 'FEEDBACK' is disabled.
2021-12-20 18:57:09 0 [Note] InnoDB: Buffer pool(s) load completed at 211220 18:57:09
2021-12-20 18:57:09 0 [Note] Server socket created on IP: '::'.
2021-12-21 17:48:44 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2021-12-21 17:48:44 0 [Note] InnoDB: Uses event mutexes
2021-12-21 17:48:44 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2021-12-21 17:48:44 0 [Note] InnoDB: Number of pools: 1
2021-12-21 17:48:44 0 [Note] InnoDB: Using SSE2 crc32 instructions
2021-12-21 17:48:44 0 [Note] InnoDB: Initializing buffer pool, total size = 16M, instances = 1, chunk size = 16M
2021-12-21 17:48:44 0 [Note] InnoDB: Completed initialization of buffer pool
2021-12-21 17:48:44 0 [Note] InnoDB: Starting crash recovery from checkpoint LSN=485762
2021-12-21 17:48:45 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
2021-12-21 17:48:45 0 [Note] InnoDB: Removed temporary tablespace data file: "ibtmp1"
2021-12-21 17:48:45 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2021-12-21 17:48:45 0 [Note] InnoDB: Setting file 'C:\xampp\mysql\data\ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2021-12-21 17:48:45 0 [Note] InnoDB: File 'C:\xampp\mysql\data\ibtmp1' size is now 12 MB.
2021-12-21 17:48:45 0 [Note] InnoDB: Waiting for purge to start
2021-12-21 17:48:45 0 [Note] InnoDB: 10.4.22 started; log sequence number 485771; transaction id 1502
2021-12-21 17:48:45 0 [Note] InnoDB: Loading buffer pool(s) from C:\xampp\mysql\data\ib_buffer_pool
2021-12-21 17:48:45 0 [Note] Plugin 'FEEDBACK' is disabled.
2021-12-21 17:48:45 0 [Note] InnoDB: Buffer pool(s) load completed at 211221 17:48:45
2021-12-21 17:48:45 0 [Note] Server socket created on IP: '::'.
2021-12-22 18:31:58 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2021-12-22 18:31:58 0 [Note] InnoDB: Uses event mutexes
2021-12-22 18:31:58 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2021-12-22 18:31:58 0 [Note] InnoDB: Number of pools: 1
2021-12-22 18:31:58 0 [Note] InnoDB: Using SSE2 crc32 instructions
2021-12-22 18:31:58 0 [Note] InnoDB: Initializing buffer pool, total size = 16M, instances = 1, chunk size = 16M
2021-12-22 18:31:58 0 [Note] InnoDB: Completed initialization of buffer pool
2021-12-22 18:31:58 0 [Note] InnoDB: Starting crash recovery from checkpoint LSN=485780
2021-12-22 18:31:58 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
2021-12-22 18:31:58 0 [Note] InnoDB: Removed temporary tablespace data file: "ibtmp1"
2021-12-22 18:31:58 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2021-12-22 18:31:58 0 [Note] InnoDB: Setting file 'C:\xampp\mysql\data\ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2021-12-22 18:31:58 0 [Note] InnoDB: File 'C:\xampp\mysql\data\ibtmp1' size is now 12 MB.
2021-12-22 18:31:58 0 [Note] InnoDB: Waiting for purge to start
2021-12-22 18:31:58 0 [Note] InnoDB: 10.4.22 started; log sequence number 485789; transaction id 1502
2021-12-22 18:31:58 0 [Note] InnoDB: Loading buffer pool(s) from C:\xampp\mysql\data\ib_buffer_pool
2021-12-22 18:31:58 0 [Note] Plugin 'FEEDBACK' is disabled.
2021-12-22 18:31:58 0 [Note] Server socket created on IP: '::'.
2021-12-22 19:59:23 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2021-12-22 19:59:23 0 [Note] InnoDB: Uses event mutexes
2021-12-22 19:59:23 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2021-12-22 19:59:23 0 [Note] InnoDB: Number of pools: 1
2021-12-22 19:59:23 0 [Note] InnoDB: Using SSE2 crc32 instructions
2021-12-22 19:59:23 0 [Note] InnoDB: Initializing buffer pool, total size = 16M, instances = 1, chunk size = 16M
2021-12-22 19:59:23 0 [Note] InnoDB: Completed initialization of buffer pool
2021-12-22 19:59:23 0 [Note] InnoDB: Starting crash recovery from checkpoint LSN=485798
2021-12-22 19:59:23 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
2021-12-22 19:59:23 0 [Note] InnoDB: Removed temporary tablespace data file: "ibtmp1"
2021-12-22 19:59:23 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2021-12-22 19:59:23 0 [Note] InnoDB: Setting file 'C:\xampp\mysql\data\ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2021-12-22 19:59:23 0 [Note] InnoDB: File 'C:\xampp\mysql\data\ibtmp1' size is now 12 MB.
2021-12-22 19:59:23 0 [Note] InnoDB: Waiting for purge to start
2021-12-22 19:59:23 0 [Note] InnoDB: 10.4.22 started; log sequence number 485807; transaction id 1502
2021-12-22 19:59:23 0 [Note] InnoDB: Loading buffer pool(s) from C:\xampp\mysql\data\ib_buffer_pool
2021-12-22 19:59:23 0 [Note] Plugin 'FEEDBACK' is disabled.
2021-12-22 19:59:23 0 [Note] InnoDB: Buffer pool(s) load completed at 211222 19:59:23
2021-12-22 19:59:23 0 [Note] Server socket created on IP: '::'.
2021-12-23 19:00:46 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2021-12-23 19:00:46 0 [Note] InnoDB: Uses event mutexes
2021-12-23 19:00:46 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2021-12-23 19:00:46 0 [Note] InnoDB: Number of pools: 1
2021-12-23 19:00:46 0 [Note] InnoDB: Using SSE2 crc32 instructions
2021-12-23 19:00:46 0 [Note] InnoDB: Initializing buffer pool, total size = 16M, instances = 1, chunk size = 16M
2021-12-23 19:00:46 0 [Note] InnoDB: Completed initialization of buffer pool
2021-12-23 19:00:46 0 [Note] InnoDB: Starting crash recovery from checkpoint LSN=485816
2021-12-23 19:00:46 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
2021-12-23 19:00:46 0 [Note] InnoDB: Removed temporary tablespace data file: "ibtmp1"
2021-12-23 19:00:46 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2021-12-23 19:00:46 0 [Note] InnoDB: Setting file 'C:\xampp\mysql\data\ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2021-12-23 19:00:46 0 [Note] InnoDB: File 'C:\xampp\mysql\data\ibtmp1' size is now 12 MB.
2021-12-23 19:00:46 0 [Note] InnoDB: Waiting for purge to start
2021-12-23 19:00:46 0 [Note] InnoDB: 10.4.22 started; log sequence number 485825; transaction id 1502
2021-12-23 19:00:46 0 [Note] InnoDB: Loading buffer pool(s) from C:\xampp\mysql\data\ib_buffer_pool
2021-12-23 19:00:46 0 [Note] Plugin 'FEEDBACK' is disabled.
2021-12-23 19:00:46 0 [Note] Server socket created on IP: '::'.
2021-12-23 19:00:46 0 [Note] InnoDB: Buffer pool(s) load completed at 211223 19:00:46
2021-12-23 20:17:55 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2021-12-23 20:17:55 0 [Note] InnoDB: Uses event mutexes
2021-12-23 20:17:55 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2021-12-23 20:17:55 0 [Note] InnoDB: Number of pools: 1
2021-12-23 20:17:55 0 [Note] InnoDB: Using SSE2 crc32 instructions
2021-12-23 20:17:55 0 [Note] InnoDB: Initializing buffer pool, total size = 16M, instances = 1, chunk size = 16M
2021-12-23 20:17:55 0 [Note] InnoDB: Completed initialization of buffer pool
2021-12-23 20:17:55 0 [Note] InnoDB: Starting crash recovery from checkpoint LSN=485834
2021-12-23 20:17:56 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
2021-12-23 20:17:56 0 [Note] InnoDB: Removed temporary tablespace data file: "ibtmp1"
2021-12-23 20:17:56 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2021-12-23 20:17:56 0 [Note] InnoDB: Setting file 'C:\xampp\mysql\data\ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2021-12-23 20:17:56 0 [Note] InnoDB: File 'C:\xampp\mysql\data\ibtmp1' size is now 12 MB.
2021-12-23 20:17:56 0 [Note] InnoDB: Waiting for purge to start
2021-12-23 20:17:56 0 [Note] InnoDB: 10.4.22 started; log sequence number 485843; transaction id 1502
2021-12-23 20:17:56 0 [Note] InnoDB: Loading buffer pool(s) from C:\xampp\mysql\data\ib_buffer_pool
2021-12-23 20:17:56 0 [Note] Plugin 'FEEDBACK' is disabled.
2021-12-23 20:17:56 0 [Note] InnoDB: Buffer pool(s) load completed at 211223 20:17:56
2021-12-23 20:17:56 0 [Note] Server socket created on IP: '::'.
2021-12-24 18:28:14 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2021-12-24 18:28:14 0 [Note] InnoDB: Uses event mutexes
2021-12-24 18:28:14 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2021-12-24 18:28:14 0 [Note] InnoDB: Number of pools: 1
2021-12-24 18:28:14 0 [Note] InnoDB: Using SSE2 crc32 instructions
2021-12-24 18:28:14 0 [Note] InnoDB: Initializing buffer pool, total size = 16M, instances = 1, chunk size = 16M
2021-12-24 18:28:14 0 [Note] InnoDB: Completed initialization of buffer pool
2021-12-24 18:28:14 0 [Note] InnoDB: Starting crash recovery from checkpoint LSN=485852
2021-12-24 18:28:15 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
2021-12-24 18:28:15 0 [Note] InnoDB: Removed temporary tablespace data file: "ibtmp1"
2021-12-24 18:28:15 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2021-12-24 18:28:15 0 [Note] InnoDB: Setting file 'C:\xampp\mysql\data\ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2021-12-24 18:28:15 0 [Note] InnoDB: File 'C:\xampp\mysql\data\ibtmp1' size is now 12 MB.
2021-12-24 18:28:15 0 [Note] InnoDB: Waiting for purge to start
2021-12-24 18:28:15 0 [Note] InnoDB: 10.4.22 started; log sequence number 485861; transaction id 1502
2021-12-24 18:28:15 0 [Note] InnoDB: Loading buffer pool(s) from C:\xampp\mysql\data\ib_buffer_pool
2021-12-24 18:28:15 0 [Note] Plugin 'FEEDBACK' is disabled.
2021-12-24 18:28:15 0 [Note] Server socket created on IP: '::'.
2021-12-26 10:29:43 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2021-12-26 10:29:43 0 [Note] InnoDB: Uses event mutexes
2021-12-26 10:29:43 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2021-12-26 10:29:43 0 [Note] InnoDB: Number of pools: 1
2021-12-26 10:29:43 0 [Note] InnoDB: Using SSE2 crc32 instructions
2021-12-26 10:29:43 0 [Note] InnoDB: Initializing buffer pool, total size = 16M, instances = 1, chunk size = 16M
2021-12-26 10:29:43 0 [Note] InnoDB: Completed initialization of buffer pool
2021-12-26 10:29:43 0 [Note] InnoDB: Starting crash recovery from checkpoint LSN=490732
2021-12-26 10:29:44 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
2021-12-26 10:29:44 0 [Note] InnoDB: Removed temporary tablespace data file: "ibtmp1"
2021-12-26 10:29:44 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2021-12-26 10:29:44 0 [Note] InnoDB: Setting file 'C:\xampp\mysql\data\ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2021-12-26 10:29:44 0 [Note] InnoDB: File 'C:\xampp\mysql\data\ibtmp1' size is now 12 MB.
2021-12-26 10:29:44 0 [Note] InnoDB: Waiting for purge to start
2021-12-26 10:29:44 0 [Note] InnoDB: 10.4.22 started; log sequence number 490741; transaction id 5582
2021-12-26 10:29:44 0 [Note] InnoDB: Loading buffer pool(s) from C:\xampp\mysql\data\ib_buffer_pool
2021-12-26 10:29:44 0 [Note] Plugin 'FEEDBACK' is disabled.
2021-12-26 10:29:44 0 [Note] Server socket created on IP: '::'.
2021-12-27 11:35:42 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2021-12-27 11:35:42 0 [Note] InnoDB: Uses event mutexes
2021-12-27 11:35:42 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2021-12-27 11:35:42 0 [Note] InnoDB: Number of pools: 1
2021-12-27 11:35:42 0 [Note] InnoDB: Using SSE2 crc32 instructions
2021-12-27 11:35:42 0 [Note] InnoDB: Initializing buffer pool, total size = 16M, instances = 1, chunk size = 16M
2021-12-27 11:35:42 0 [Note] InnoDB: Completed initialization of buffer pool
2021-12-27 11:35:42 0 [Note] InnoDB: Starting crash recovery from checkpoint LSN=583067
2021-12-27 11:35:42 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
2021-12-27 11:35:42 0 [Note] InnoDB: Removed temporary tablespace data file: "ibtmp1"
2021-12-27 11:35:42 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2021-12-27 11:35:42 0 [Note] InnoDB: Setting file 'C:\xampp\mysql\data\ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2021-12-27 11:35:42 0 [Note] InnoDB: File 'C:\xampp\mysql\data\ibtmp1' size is now 12 MB.
2021-12-27 11:35:42 0 [Note] InnoDB: 10.4.22 started; log sequence number 583076; transaction id 10163
2021-12-27 11:35:42 0 [Note] InnoDB: Loading buffer pool(s) from C:\xampp\mysql\data\ib_buffer_pool
2021-12-27 11:35:42 0 [Note] Plugin 'FEEDBACK' is disabled.
2021-12-27 11:35:42 0 [Note] InnoDB: Buffer pool(s) load completed at 211227 11:35:42
2021-12-27 11:35:42 0 [Note] Server socket created on IP: '::'.
2021-12-27 11:36:05 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2021-12-27 11:36:05 0 [Note] InnoDB: Uses event mutexes
2021-12-27 11:36:05 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2021-12-27 11:36:05 0 [Note] InnoDB: Number of pools: 1
2021-12-27 11:36:05 0 [Note] InnoDB: Using SSE2 crc32 instructions
2021-12-27 11:36:05 0 [Note] InnoDB: Initializing buffer pool, total size = 16M, instances = 1, chunk size = 16M
2021-12-27 11:36:05 0 [Note] InnoDB: Completed initialization of buffer pool
2021-12-27 11:36:05 0 [Note] InnoDB: Starting crash recovery from checkpoint LSN=583067
2021-12-27 11:36:05 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
2021-12-27 11:36:05 0 [Note] InnoDB: Removed temporary tablespace data file: "ibtmp1"
2021-12-27 11:36:05 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2021-12-27 11:36:05 0 [Note] InnoDB: Setting file 'C:\xampp\mysql\data\ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2021-12-27 11:36:05 0 [Note] InnoDB: File 'C:\xampp\mysql\data\ibtmp1' size is now 12 MB.
2021-12-27 11:36:05 0 [Note] InnoDB: Waiting for purge to start
2021-12-27 11:36:05 0 [Note] InnoDB: 10.4.22 started; log sequence number 583076; transaction id 10163
2021-12-27 11:36:05 0 [Note] InnoDB: Loading buffer pool(s) from C:\xampp\mysql\data\ib_buffer_pool
2021-12-27 11:36:05 0 [Note] Plugin 'FEEDBACK' is disabled.
2021-12-27 11:36:05 0 [Note] Server socket created on IP: '::'.
2021-12-27 23:42:27 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2021-12-27 23:42:27 0 [Note] InnoDB: Uses event mutexes
2021-12-27 23:42:27 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2021-12-27 23:42:27 0 [Note] InnoDB: Number of pools: 1
2021-12-27 23:42:27 0 [Note] InnoDB: Using SSE2 crc32 instructions
2021-12-27 23:42:27 0 [Note] InnoDB: Initializing buffer pool, total size = 16M, instances = 1, chunk size = 16M
2021-12-27 23:42:27 0 [Note] InnoDB: Completed initialization of buffer pool
2021-12-27 23:42:27 0 [Note] InnoDB: Starting crash recovery from checkpoint LSN=1267551
2021-12-27 23:42:27 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
2021-12-27 23:42:27 0 [Note] InnoDB: Removed temporary tablespace data file: "ibtmp1"
2021-12-27 23:42:27 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2021-12-27 23:42:27 0 [Note] InnoDB: Setting file 'C:\xampp\mysql\data\ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2021-12-27 23:42:27 0 [Note] InnoDB: File 'C:\xampp\mysql\data\ibtmp1' size is now 12 MB.
2021-12-27 23:42:27 0 [Note] InnoDB: Waiting for purge to start
2021-12-27 23:42:27 0 [Note] InnoDB: 10.4.22 started; log sequence number 1267560; transaction id 15081
2021-12-27 23:42:27 0 [Note] InnoDB: Loading buffer pool(s) from C:\xampp\mysql\data\ib_buffer_pool
2021-12-27 23:42:27 0 [Note] Plugin 'FEEDBACK' is disabled.
2021-12-27 23:42:27 0 [Note] Server socket created on IP: '::'.
2021-12-28 13:05:41 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2021-12-28 13:05:41 0 [Note] InnoDB: Uses event mutexes
2021-12-28 13:05:41 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2021-12-28 13:05:41 0 [Note] InnoDB: Number of pools: 1
2021-12-28 13:05:41 0 [Note] InnoDB: Using SSE2 crc32 instructions
2021-12-28 13:05:41 0 [Note] InnoDB: Initializing buffer pool, total size = 16M, instances = 1, chunk size = 16M
2021-12-28 13:05:41 0 [Note] InnoDB: Completed initialization of buffer pool
2021-12-28 13:05:41 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
2021-12-28 13:05:41 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2021-12-28 13:05:41 0 [Note] InnoDB: Setting file 'C:\xampp\mysql\data\ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2021-12-28 13:05:41 0 [Note] InnoDB: File 'C:\xampp\mysql\data\ibtmp1' size is now 12 MB.
2021-12-28 13:05:41 0 [Note] InnoDB: Waiting for purge to start
2021-12-28 13:05:41 0 [Note] InnoDB: 10.4.22 started; log sequence number 1267569; transaction id 15081
2021-12-28 13:05:41 0 [Note] InnoDB: Loading buffer pool(s) from C:\xampp\mysql\data\ib_buffer_pool
2021-12-28 13:05:41 0 [Note] Plugin 'FEEDBACK' is disabled.
2021-12-28 13:05:41 0 [Note] InnoDB: Buffer pool(s) load completed at 211228 13:05:41
2021-12-28 13:05:41 0 [Note] Server socket created on IP: '::'.
2021-12-28 13:09:12 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2021-12-28 13:09:12 0 [Note] InnoDB: Uses event mutexes
2021-12-28 13:09:12 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2021-12-28 13:09:12 0 [Note] InnoDB: Number of pools: 1
2021-12-28 13:09:12 0 [Note] InnoDB: Using SSE2 crc32 instructions
2021-12-28 13:09:12 0 [Note] InnoDB: Initializing buffer pool, total size = 16M, instances = 1, chunk size = 16M
2021-12-28 13:09:12 0 [Note] InnoDB: Completed initialization of buffer pool
2021-12-28 13:09:12 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
2021-12-28 13:09:12 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2021-12-28 13:09:12 0 [Note] InnoDB: Setting file 'C:\xampp\mysql\data\ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2021-12-28 13:09:12 0 [Note] InnoDB: File 'C:\xampp\mysql\data\ibtmp1' size is now 12 MB.
2021-12-28 13:09:12 0 [Note] InnoDB: Waiting for purge to start
2021-12-28 13:09:12 0 [Note] InnoDB: 10.4.22 started; log sequence number 1267578; transaction id 15081
2021-12-28 13:09:12 0 [Note] InnoDB: Loading buffer pool(s) from C:\xampp\mysql\data\ib_buffer_pool
2021-12-28 13:09:12 0 [Note] Plugin 'FEEDBACK' is disabled.
2021-12-28 13:09:12 0 [Note] Server socket created on IP: '::'.
2021-12-28 13:10:03 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2021-12-28 13:10:03 0 [Note] InnoDB: Uses event mutexes
2021-12-28 13:10:03 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2021-12-28 13:10:03 0 [Note] InnoDB: Number of pools: 1
2021-12-28 13:10:03 0 [Note] InnoDB: Using SSE2 crc32 instructions
2021-12-28 13:10:03 0 [Note] InnoDB: Initializing buffer pool, total size = 16M, instances = 1, chunk size = 16M
2021-12-28 13:10:03 0 [Note] InnoDB: Completed initialization of buffer pool
2021-12-28 13:10:03 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
2021-12-28 13:10:03 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2021-12-28 13:10:03 0 [Note] InnoDB: Setting file 'C:\xampp\mysql\data\ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2021-12-28 13:10:03 0 [Note] InnoDB: File 'C:\xampp\mysql\data\ibtmp1' size is now 12 MB.
2021-12-28 13:10:03 0 [Note] InnoDB: Waiting for purge to start
2021-12-28 13:10:03 0 [Note] InnoDB: 10.4.22 started; log sequence number 1267587; transaction id 15081
2021-12-28 13:10:03 0 [Note] InnoDB: Loading buffer pool(s) from C:\xampp\mysql\data\ib_buffer_pool
2021-12-28 13:10:03 0 [Note] Plugin 'FEEDBACK' is disabled.
2021-12-28 13:10:03 0 [Note] Server socket created on IP: '::'.
2021-12-28 13:10:21 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2021-12-28 13:10:21 0 [Note] InnoDB: Uses event mutexes
2021-12-28 13:10:21 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2021-12-28 13:10:21 0 [Note] InnoDB: Number of pools: 1
2021-12-28 13:10:21 0 [Note] InnoDB: Using SSE2 crc32 instructions
2021-12-28 13:10:21 0 [Note] InnoDB: Initializing buffer pool, total size = 16M, instances = 1, chunk size = 16M
2021-12-28 13:10:21 0 [Note] InnoDB: Completed initialization of buffer pool
2021-12-28 13:10:21 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
2021-12-28 13:10:21 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2021-12-28 13:10:21 0 [Note] InnoDB: Setting file 'C:\xampp\mysql\data\ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2021-12-28 13:10:21 0 [Note] InnoDB: File 'C:\xampp\mysql\data\ibtmp1' size is now 12 MB.
2021-12-28 13:10:21 0 [Note] InnoDB: Waiting for purge to start
2021-12-28 13:10:21 0 [Note] InnoDB: 10.4.22 started; log sequence number 1267596; transaction id 15081
2021-12-28 13:10:21 0 [Note] InnoDB: Loading buffer pool(s) from C:\xampp\mysql\data\ib_buffer_pool
2021-12-28 13:10:21 0 [Note] Plugin 'FEEDBACK' is disabled.
2021-12-28 13:10:21 0 [Note] Server socket created on IP: '::'.
2021-12-28 13:12:59 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2021-12-28 13:12:59 0 [Note] InnoDB: Uses event mutexes
2021-12-28 13:12:59 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2021-12-28 13:12:59 0 [Note] InnoDB: Number of pools: 1
2021-12-28 13:12:59 0 [Note] InnoDB: Using SSE2 crc32 instructions
2021-12-28 13:12:59 0 [Note] InnoDB: Initializing buffer pool, total size = 16M, instances = 1, chunk size = 16M
2021-12-28 13:12:59 0 [Note] InnoDB: Completed initialization of buffer pool
2021-12-28 13:12:59 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
2021-12-28 13:12:59 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2021-12-28 13:12:59 0 [Note] InnoDB: Setting file 'C:\xampp\mysql\data\ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2021-12-28 13:12:59 0 [Note] InnoDB: File 'C:\xampp\mysql\data\ibtmp1' size is now 12 MB.
2021-12-28 13:12:59 0 [Note] InnoDB: Waiting for purge to start
2021-12-28 13:12:59 0 [Note] InnoDB: 10.4.22 started; log sequence number 1267605; transaction id 15081
2021-12-28 13:12:59 0 [Note] InnoDB: Loading buffer pool(s) from C:\xampp\mysql\data\ib_buffer_pool
2021-12-28 13:12:59 0 [Note] Plugin 'FEEDBACK' is disabled.
2021-12-28 13:12:59 0 [Note] Server socket created on IP: '::'.
2021-12-28 13:16:05 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2021-12-28 13:16:05 0 [Note] InnoDB: Uses event mutexes
2021-12-28 13:16:05 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2021-12-28 13:16:05 0 [Note] InnoDB: Number of pools: 1
2021-12-28 13:16:05 0 [Note] InnoDB: Using SSE2 crc32 instructions
2021-12-28 13:16:05 0 [Note] InnoDB: Initializing buffer pool, total size = 16M, instances = 1, chunk size = 16M
2021-12-28 13:16:05 0 [Note] InnoDB: Completed initialization of buffer pool
2021-12-28 13:16:05 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
2021-12-28 13:16:05 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2021-12-28 13:16:05 0 [Note] InnoDB: Setting file 'C:\xampp\mysql\data\ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2021-12-28 13:16:05 0 [Note] InnoDB: File 'C:\xampp\mysql\data\ibtmp1' size is now 12 MB.
2021-12-28 13:16:05 0 [Note] InnoDB: Waiting for purge to start
2021-12-28 13:16:05 0 [Note] InnoDB: 10.4.22 started; log sequence number 1267614; transaction id 15081
2021-12-28 13:16:05 0 [Note] InnoDB: Loading buffer pool(s) from C:\xampp\mysql\data\ib_buffer_pool
2021-12-28 13:16:05 0 [Note] Plugin 'FEEDBACK' is disabled.
2021-12-28 13:16:05 0 [Note] InnoDB: Buffer pool(s) load completed at 211228 13:16:05
2021-12-28 13:16:05 0 [Note] Server socket created on IP: '::'.
2021-12-28 13:16:37 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2021-12-28 13:16:37 0 [Note] InnoDB: Uses event mutexes
2021-12-28 13:16:37 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2021-12-28 13:16:37 0 [Note] InnoDB: Number of pools: 1
2021-12-28 13:16:37 0 [Note] InnoDB: Using SSE2 crc32 instructions
2021-12-28 13:16:37 0 [Note] InnoDB: Initializing buffer pool, total size = 16M, instances = 1, chunk size = 16M
2021-12-28 13:16:37 0 [Note] InnoDB: Completed initialization of buffer pool
2021-12-28 13:16:37 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
2021-12-28 13:16:37 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2021-12-28 13:16:37 0 [Note] InnoDB: Setting file 'C:\xampp\mysql\data\ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2021-12-28 13:16:37 0 [Note] InnoDB: File 'C:\xampp\mysql\data\ibtmp1' size is now 12 MB.
2021-12-28 13:16:37 0 [Note] InnoDB: Waiting for purge to start
2021-12-28 13:16:37 0 [Note] InnoDB: 10.4.22 started; log sequence number 1267623; transaction id 15081
2021-12-28 13:16:37 0 [Note] InnoDB: Loading buffer pool(s) from C:\xampp\mysql\data\ib_buffer_pool
2021-12-28 13:16:37 0 [Note] Plugin 'FEEDBACK' is disabled.
2021-12-28 13:16:37 0 [Note] InnoDB: Buffer pool(s) load completed at 211228 13:16:37
2021-12-28 13:16:37 0 [Note] Server socket created on IP: '::'.
2021-12-28 13:17:07 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2021-12-28 13:17:07 0 [Note] InnoDB: Uses event mutexes
2021-12-28 13:17:07 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2021-12-28 13:17:07 0 [Note] InnoDB: Number of pools: 1
2021-12-28 13:17:07 0 [Note] InnoDB: Using SSE2 crc32 instructions
2021-12-28 13:17:07 0 [Note] InnoDB: Initializing buffer pool, total size = 16M, instances = 1, chunk size = 16M
2021-12-28 13:17:07 0 [Note] InnoDB: Completed initialization of buffer pool
2021-12-28 13:17:07 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
2021-12-28 13:17:07 0 [Note] InnoDB: Removed temporary tablespace data file: "ibtmp1"
2021-12-28 13:17:07 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2021-12-28 13:17:07 0 [Note] InnoDB: Setting file 'C:\xampp\mysql\data\ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2021-12-28 13:17:07 0 [Note] InnoDB: File 'C:\xampp\mysql\data\ibtmp1' size is now 12 MB.
2021-12-28 13:17:07 0 [Note] InnoDB: Waiting for purge to start
2021-12-28 13:17:07 0 [Note] InnoDB: 10.4.22 started; log sequence number 1267623; transaction id 15081
2021-12-28 13:17:07 0 [Note] InnoDB: Loading buffer pool(s) from C:\xampp\mysql\data\ib_buffer_pool
2021-12-28 13:17:07 0 [Note] Plugin 'FEEDBACK' is disabled.
2021-12-28 13:17:07 0 [Note] Server socket created on IP: '::'.
2021-12-28 13:23:34 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2021-12-28 13:23:34 0 [Note] InnoDB: Uses event mutexes
2021-12-28 13:23:34 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2021-12-28 13:23:34 0 [Note] InnoDB: Number of pools: 1
2021-12-28 13:23:34 0 [Note] InnoDB: Using SSE2 crc32 instructions
2021-12-28 13:23:34 0 [Note] InnoDB: Initializing buffer pool, total size = 16M, instances = 1, chunk size = 16M
2021-12-28 13:23:34 0 [Note] InnoDB: Completed initialization of buffer pool
2021-12-28 13:23:34 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
2021-12-28 13:23:34 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2021-12-28 13:23:34 0 [Note] InnoDB: Setting file 'C:\xampp\mysql\data\ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2021-12-28 13:23:34 0 [Note] InnoDB: File 'C:\xampp\mysql\data\ibtmp1' size is now 12 MB.
2021-12-28 13:23:34 0 [Note] InnoDB: Waiting for purge to start
2021-12-28 13:23:34 0 [Note] InnoDB: 10.4.22 started; log sequence number 1267632; transaction id 15081
2021-12-28 13:23:34 0 [Note] InnoDB: Loading buffer pool(s) from C:\xampp\mysql\data\ib_buffer_pool
2021-12-28 13:23:34 0 [Note] Plugin 'FEEDBACK' is disabled.
2021-12-28 13:23:34 0 [Note] InnoDB: Buffer pool(s) load completed at 211228 13:23:34
2021-12-28 13:23:34 0 [Note] Server socket created on IP: '::'.
2021-12-28 13:25:33 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2021-12-28 13:25:33 0 [Note] InnoDB: Uses event mutexes
2021-12-28 13:25:33 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2021-12-28 13:25:33 0 [Note] InnoDB: Number of pools: 1
2021-12-28 13:25:33 0 [Note] InnoDB: Using SSE2 crc32 instructions
2021-12-28 13:25:33 0 [Note] InnoDB: Initializing buffer pool, total size = 16M, instances = 1, chunk size = 16M
2021-12-28 13:25:33 0 [Note] InnoDB: Completed initialization of buffer pool
2021-12-28 13:25:33 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
2021-12-28 13:25:33 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2021-12-28 13:25:33 0 [Note] InnoDB: Setting file 'C:\xampp\mysql\data\ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2021-12-28 13:25:33 0 [Note] InnoDB: File 'C:\xampp\mysql\data\ibtmp1' size is now 12 MB.
2021-12-28 13:25:33 0 [Note] InnoDB: Waiting for purge to start
2021-12-28 13:25:33 0 [Note] InnoDB: 10.4.22 started; log sequence number 1267641; transaction id 15081
2021-12-28 13:25:33 0 [Note] InnoDB: Loading buffer pool(s) from C:\xampp\mysql\data\ib_buffer_pool
2021-12-28 13:25:33 0 [Note] Plugin 'FEEDBACK' is disabled.
2021-12-28 13:25:33 0 [Note] Server socket created on IP: '::'.
2021-12-28 13:25:58 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2021-12-28 13:25:58 0 [Note] InnoDB: Uses event mutexes
2021-12-28 13:25:58 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2021-12-28 13:25:58 0 [Note] InnoDB: Number of pools: 1
2021-12-28 13:25:58 0 [Note] InnoDB: Using SSE2 crc32 instructions
2021-12-28 13:25:58 0 [Note] InnoDB: Initializing buffer pool, total size = 16M, instances = 1, chunk size = 16M
2021-12-28 13:25:58 0 [Note] InnoDB: Completed initialization of buffer pool
2021-12-28 13:25:58 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
2021-12-28 13:25:58 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2021-12-28 13:25:58 0 [Note] InnoDB: Setting file 'C:\xampp\mysql\data\ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2021-12-28 13:25:58 0 [Note] InnoDB: File 'C:\xampp\mysql\data\ibtmp1' size is now 12 MB.
2021-12-28 13:25:58 0 [Note] InnoDB: Waiting for purge to start
2021-12-28 13:25:58 0 [Note] InnoDB: 10.4.22 started; log sequence number 1267650; transaction id 15081
2021-12-28 13:25:58 0 [Note] InnoDB: Loading buffer pool(s) from C:\xampp\mysql\data\ib_buffer_pool
2021-12-28 13:25:58 0 [Note] Plugin 'FEEDBACK' is disabled.
2021-12-28 13:25:58 0 [Note] Server socket created on IP: '::'.
2021-12-28 13:28:02 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2021-12-28 13:28:02 0 [Note] InnoDB: Uses event mutexes
2021-12-28 13:28:02 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2021-12-28 13:28:02 0 [Note] InnoDB: Number of pools: 1
2021-12-28 13:28:02 0 [Note] InnoDB: Using SSE2 crc32 instructions
2021-12-28 13:28:02 0 [Note] InnoDB: Initializing buffer pool, total size = 16M, instances = 1, chunk size = 16M
2021-12-28 13:28:02 0 [Note] InnoDB: Completed initialization of buffer pool
2021-12-28 13:28:02 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
2021-12-28 13:28:02 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2021-12-28 13:28:02 0 [Note] InnoDB: Setting file 'C:\xampp\mysql\data\ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2021-12-28 13:28:02 0 [Note] InnoDB: File 'C:\xampp\mysql\data\ibtmp1' size is now 12 MB.
2021-12-28 13:28:02 0 [Note] InnoDB: Waiting for purge to start
2021-12-28 13:28:02 0 [Note] InnoDB: 10.4.22 started; log sequence number 1267659; transaction id 15081
2021-12-28 13:28:02 0 [Note] InnoDB: Loading buffer pool(s) from C:\xampp\mysql\data\ib_buffer_pool
2021-12-28 13:28:02 0 [Note] Plugin 'FEEDBACK' is disabled.
2021-12-28 13:28:02 0 [Note] InnoDB: Buffer pool(s) load completed at 211228 13:28:02
2021-12-28 13:28:02 0 [Note] Server socket created on IP: '::'.


Thank you for all the help!
Domen
Domzzo
 
Posts: 3
Joined: 28. December 2021 13:10
XAMPP version: 3.3.0
Operating System: windows 11

Re: Error with MySQL

Postby Altrea » 29. December 2021 06:27

Hi,

This log does not contain any errors.

Try to start MariaDB as console application in XAMPP Shell with the following command and tell us what it responses.
Code: Select all
mysqld --defaults-file=mysql\bin\my.ini --standalone --console
We don't provide any support via personal channels like PM, email, Skype, TeamViewer!

It's like porn for programmers 8)
User avatar
Altrea
AF Moderator
 
Posts: 11937
Joined: 17. August 2009 13:05
XAMPP version: several
Operating System: Windows 11 Pro x64

Re: Error with MySQL

Postby Domzzo » 01. January 2022 16:17

Hey,

13:25:57 [mysql] Attempting to start MySQL app...
13:25:57 [mysql] Status change detected: running
13:25:59 [mysql] Status change detected: stopped
13:25:59 [mysql] Error: MySQL shutdown unexpectedly.
13:25:59 [mysql] This may be due to a blocked port, missing dependencies,
13:25:59 [mysql] improper privileges, a crash, or a shutdown by another method.
13:25:59 [mysql] Press the Logs button to view error logs and check
13:25:59 [mysql] the Windows Event Viewer for more clues
13:25:59 [mysql] If you need more help, copy and post this
13:25:59 [mysql] entire log window on the forums
13:26:34 [main] Deinitializing Modules
13:26:34 [main] Deinitializing Control Panel

This is in first log, it starts but then shuts down.
Domzzo
 
Posts: 3
Joined: 28. December 2021 13:10
XAMPP version: 3.3.0
Operating System: windows 11

Re: Error with MySQL

Postby Altrea » 01. January 2022 19:20

Domzzo wrote:This is in first log, it starts but then shuts down.

Thats what you already told us. So no new information here.
Please read my previous reply and try to do what i have written there.
We don't provide any support via personal channels like PM, email, Skype, TeamViewer!

It's like porn for programmers 8)
User avatar
Altrea
AF Moderator
 
Posts: 11937
Joined: 17. August 2009 13:05
XAMPP version: several
Operating System: Windows 11 Pro x64

Re: Error with MySQL

Postby Domzzo » 05. January 2022 17:31

Hey!

Sorry, now that I tried that through console it works fine. Before that I tried to reinstall and it worked aswell for few days, but then it stoped all of sudden again.
So in future I should just start through console?

Domen
Domzzo
 
Posts: 3
Joined: 28. December 2021 13:10
XAMPP version: 3.3.0
Operating System: windows 11

Re: Error with MySQL

Postby Altrea » 05. January 2022 17:40

No. Starting MariaDB as console application is just a better way to get all error messages.
It helps getting messages that MariaDB is maybe not able to write into the log.
We don't provide any support via personal channels like PM, email, Skype, TeamViewer!

It's like porn for programmers 8)
User avatar
Altrea
AF Moderator
 
Posts: 11937
Joined: 17. August 2009 13:05
XAMPP version: several
Operating System: Windows 11 Pro x64


Return to XAMPP for Windows

Who is online

Users browsing this forum: No registered users and 137 guests