Error when I try to start MySQL

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

Error when I try to start MySQL

Postby Asuna » 20. November 2023 18:53

I get the following error message when I try to start MySQL:

Code: Select all
Cannot find checkpoint record at LSN (1,0x5606)
2023-11-20 18:47:01 0 [ERROR] mysqld.exe: Aria recovery failed. Please run aria_chk -r on all Aria tables and delete all aria_log.######## files
2023-11-20 18:47:01 0 [ERROR] Plugin 'Aria' init function returned error.
2023-11-20 18:47:01 0 [ERROR] Plugin 'Aria' registration as a STORAGE ENGINE failed.
2023-11-20 18:47:01 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2023-11-20 18:47:01 0 [Note] InnoDB: Uses event mutexes
2023-11-20 18:47:01 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2023-11-20 18:47:01 0 [Note] InnoDB: Number of pools: 1
2023-11-20 18:47:01 0 [Note] InnoDB: Using SSE2 crc32 instructions
2023-11-20 18:47:01 0 [Note] InnoDB: Initializing buffer pool, total size = 16M, instances = 1, chunk size = 16M
2023-11-20 18:47:01 0 [Note] InnoDB: Completed initialization of buffer pool
2023-11-20 18:47:01 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
2023-11-20 18:47:01 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2023-11-20 18:47:01 0 [Note] InnoDB: Setting file 'C:\xampp\mysql\data\ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2023-11-20 18:47:01 0 [Note] InnoDB: File 'C:\xampp\mysql\data\ibtmp1' size is now 12 MB.
2023-11-20 18:47:01 0 [Note] InnoDB: Waiting for purge to start
2023-11-20 18:47:01 0 [Note] InnoDB: 10.4.24 started; log sequence number 502640; transaction id 933
2023-11-20 18:47:01 0 [Note] InnoDB: Loading buffer pool(s) from C:\xampp\mysql\data\ib_buffer_pool
2023-11-20 18:47:01 0 [Note] Plugin 'FEEDBACK' is disabled.
2023-11-20 18:47:01 0 [Note] InnoDB: Buffer pool(s) load completed at 231120 18:47:01
2023-11-20 18:47:01 0 [ERROR] Could not open mysql.plugin table. Some plugins may be not loaded
2023-11-20 18:47:01 0 [ERROR] Failed to initialize plugins.
2023-11-20 18:47:01 0 [ERROR] Aborting


It worked just fine a week ago when I started it and now it just won't work for some reason and I don't think I changed anything... Apache seems to work fine
Asuna
 
Posts: 1
Joined: 20. November 2023 18:43
XAMPP version: v3.3.0
Operating System: Windows

Re: Error when I try to start MySQL

Postby kundan56565 » 12. January 2024 19:25

I Have also same problem.
Please give me the solution

2023-12-26 17:46:27 0 [Note] Starting MariaDB 10.4.32-MariaDB source revision c4143f909528e3fab0677a28631d10389354c491 as process 35096
2023-12-26 17:46:27 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2023-12-26 17:46:27 0 [Note] InnoDB: Uses event mutexes
2023-12-26 17:46:27 0 [Note] InnoDB: Compressed tables use zlib 1.3
2023-12-26 17:46:27 0 [Note] InnoDB: Number of pools: 1
2023-12-26 17:46:27 0 [Note] InnoDB: Using SSE2 crc32 instructions
2023-12-26 17:46:27 0 [Note] InnoDB: Initializing buffer pool, total size = 16M, instances = 1, chunk size = 16M
2023-12-26 17:46:27 0 [Note] InnoDB: Completed initialization of buffer pool
2023-12-26 17:46:28 0 [Note] InnoDB: Starting crash recovery from checkpoint LSN=300288
2023-12-26 17:46:28 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
2023-12-26 17:46:28 0 [Note] InnoDB: Removed temporary tablespace data file: "ibtmp1"
2023-12-26 17:46:28 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2023-12-26 17:46:28 0 [Note] InnoDB: Setting file 'D:\Xampp\mysql\data\ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2023-12-26 17:46:28 0 [Note] InnoDB: File 'D:\Xampp\mysql\data\ibtmp1' size is now 12 MB.
2023-12-26 17:46:28 0 [Note] InnoDB: Waiting for purge to start
2023-12-26 17:46:28 0 [Note] InnoDB: 10.4.32 started; log sequence number 300297; transaction id 170
2023-12-26 17:46:28 0 [Note] InnoDB: Loading buffer pool(s) from D:\Xampp\mysql\data\ib_buffer_pool
2023-12-26 17:46:28 0 [Note] Plugin 'FEEDBACK' is disabled.
2023-12-26 17:46:28 0 [Note] InnoDB: Buffer pool(s) load completed at 231226 17:46:28
2023-12-26 17:46:28 0 [Note] Server socket created on IP: '::'.
2024-01-12 23:23:51 0 [Note] Starting MariaDB 10.4.32-MariaDB source revision c4143f909528e3fab0677a28631d10389354c491 as process 63724
Cannot find checkpoint record at LSN (1,0x55ae)
2024-01-12 23:23:51 0 [ERROR] mysqld.exe: Aria recovery failed. Please run aria_chk -r on all Aria tables and delete all aria_log.######## files
2024-01-12 23:23:51 0 [ERROR] Plugin 'Aria' registration as a STORAGE ENGINE failed.
2024-01-12 23:23:51 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2024-01-12 23:23:51 0 [Note] InnoDB: Uses event mutexes
2024-01-12 23:23:51 0 [Note] InnoDB: Compressed tables use zlib 1.3
2024-01-12 23:23:51 0 [Note] InnoDB: Number of pools: 1
2024-01-12 23:23:51 0 [Note] InnoDB: Using SSE2 crc32 instructions
2024-01-12 23:23:51 0 [Note] InnoDB: Initializing buffer pool, total size = 16M, instances = 1, chunk size = 16M
2024-01-12 23:23:51 0 [Note] InnoDB: Completed initialization of buffer pool
2024-01-12 23:23:51 0 [Note] InnoDB: Starting crash recovery from checkpoint LSN=28304495
2024-01-12 23:23:52 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
2024-01-12 23:23:52 0 [Note] InnoDB: Removed temporary tablespace data file: "ibtmp1"
2024-01-12 23:23:52 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2024-01-12 23:23:52 0 [Note] InnoDB: Setting file 'D:\Xampp\mysql\data\ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2024-01-12 23:23:52 0 [Note] InnoDB: File 'D:\Xampp\mysql\data\ibtmp1' size is now 12 MB.
2024-01-12 23:23:52 0 [Note] InnoDB: Waiting for purge to start
2024-01-12 23:23:53 0 [Note] InnoDB: 10.4.32 started; log sequence number 28304504; transaction id 14056
2024-01-12 23:23:53 0 [Note] InnoDB: Loading buffer pool(s) from D:\Xampp\mysql\data\ib_buffer_pool
2024-01-12 23:23:53 0 [Note] Plugin 'FEEDBACK' is disabled.
2024-01-12 23:23:53 0 [ERROR] Could not open mysql.plugin table. Some plugins may be not loaded
2024-01-12 23:23:53 0 [ERROR] Failed to initialize plugins.
2024-01-12 23:23:53 0 [ERROR] Aborting
2024-01-12 23:24:57 0 [Note] Starting MariaDB 10.4.32-MariaDB source revision c4143f909528e3fab0677a28631d10389354c491 as process 73356
Cannot find checkpoint record at LSN (1,0x55ae)
2024-01-12 23:24:57 0 [ERROR] mysqld.exe: Aria recovery failed. Please run aria_chk -r on all Aria tables and delete all aria_log.######## files
2024-01-12 23:24:57 0 [ERROR] Plugin 'Aria' registration as a STORAGE ENGINE failed.
2024-01-12 23:24:57 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2024-01-12 23:24:57 0 [Note] InnoDB: Uses event mutexes
2024-01-12 23:24:57 0 [Note] InnoDB: Compressed tables use zlib 1.3
2024-01-12 23:24:57 0 [Note] InnoDB: Number of pools: 1
2024-01-12 23:24:57 0 [Note] InnoDB: Using SSE2 crc32 instructions
2024-01-12 23:24:57 0 [Note] InnoDB: Initializing buffer pool, total size = 16M, instances = 1, chunk size = 16M
2024-01-12 23:24:57 0 [Note] InnoDB: Completed initialization of buffer pool
2024-01-12 23:24:57 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
2024-01-12 23:24:57 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2024-01-12 23:24:57 0 [Note] InnoDB: Setting file 'D:\Xampp\mysql\data\ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2024-01-12 23:24:57 0 [Note] InnoDB: File 'D:\Xampp\mysql\data\ibtmp1' size is now 12 MB.
2024-01-12 23:24:57 0 [Note] InnoDB: Waiting for purge to start
2024-01-12 23:24:57 0 [Note] InnoDB: 10.4.32 started; log sequence number 28304513; transaction id 14056
2024-01-12 23:24:57 0 [Note] InnoDB: Loading buffer pool(s) from D:\Xampp\mysql\data\ib_buffer_pool
2024-01-12 23:24:57 0 [Note] Plugin 'FEEDBACK' is disabled.
2024-01-12 23:24:57 0 [Note] InnoDB: Buffer pool(s) load completed at 240112 23:24:57
2024-01-12 23:24:57 0 [ERROR] Could not open mysql.plugin table. Some plugins may be not loaded
2024-01-12 23:24:57 0 [ERROR] Failed to initialize plugins.
2024-01-12 23:24:57 0 [ERROR] Aborting
2024-01-12 23:28:30 0 [Note] Starting MariaDB 10.4.32-MariaDB source revision c4143f909528e3fab0677a28631d10389354c491 as process 61736
Cannot find checkpoint record at LSN (1,0x55ae)
2024-01-12 23:28:30 0 [ERROR] mysqld.exe: Aria recovery failed. Please run aria_chk -r on all Aria tables and delete all aria_log.######## files
2024-01-12 23:28:30 0 [ERROR] Plugin 'Aria' registration as a STORAGE ENGINE failed.
2024-01-12 23:28:30 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2024-01-12 23:28:30 0 [Note] InnoDB: Uses event mutexes
2024-01-12 23:28:30 0 [Note] InnoDB: Compressed tables use zlib 1.3
2024-01-12 23:28:30 0 [Note] InnoDB: Number of pools: 1
2024-01-12 23:28:30 0 [Note] InnoDB: Using SSE2 crc32 instructions
2024-01-12 23:28:30 0 [Note] InnoDB: Initializing buffer pool, total size = 16M, instances = 1, chunk size = 16M
2024-01-12 23:28:30 0 [Note] InnoDB: Completed initialization of buffer pool
2024-01-12 23:28:30 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
2024-01-12 23:28:30 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2024-01-12 23:28:30 0 [Note] InnoDB: Setting file 'D:\Xampp\mysql\data\ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2024-01-12 23:28:30 0 [Note] InnoDB: File 'D:\Xampp\mysql\data\ibtmp1' size is now 12 MB.
2024-01-12 23:28:30 0 [Note] InnoDB: 10.4.32 started; log sequence number 28304522; transaction id 14056
2024-01-12 23:28:30 0 [Note] InnoDB: Loading buffer pool(s) from D:\Xampp\mysql\data\ib_buffer_pool
2024-01-12 23:28:30 0 [Note] Plugin 'FEEDBACK' is disabled.
2024-01-12 23:28:30 0 [Note] InnoDB: Buffer pool(s) load completed at 240112 23:28:30
2024-01-12 23:28:30 0 [ERROR] Could not open mysql.plugin table. Some plugins may be not loaded
2024-01-12 23:28:30 0 [ERROR] Failed to initialize plugins.
2024-01-12 23:28:30 0 [ERROR] Aborting
2024-01-12 23:28:33 0 [Note] Starting MariaDB 10.4.32-MariaDB source revision c4143f909528e3fab0677a28631d10389354c491 as process 72972
Cannot find checkpoint record at LSN (1,0x55ae)
2024-01-12 23:28:33 0 [ERROR] mysqld.exe: Aria recovery failed. Please run aria_chk -r on all Aria tables and delete all aria_log.######## files
2024-01-12 23:28:33 0 [ERROR] Plugin 'Aria' registration as a STORAGE ENGINE failed.
2024-01-12 23:28:33 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2024-01-12 23:28:33 0 [Note] InnoDB: Uses event mutexes
2024-01-12 23:28:33 0 [Note] InnoDB: Compressed tables use zlib 1.3
2024-01-12 23:28:33 0 [Note] InnoDB: Number of pools: 1
2024-01-12 23:28:33 0 [Note] InnoDB: Using SSE2 crc32 instructions
2024-01-12 23:28:33 0 [Note] InnoDB: Initializing buffer pool, total size = 16M, instances = 1, chunk size = 16M
2024-01-12 23:28:33 0 [Note] InnoDB: Completed initialization of buffer pool
2024-01-12 23:28:33 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
2024-01-12 23:28:33 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2024-01-12 23:28:33 0 [Note] InnoDB: Setting file 'D:\Xampp\mysql\data\ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2024-01-12 23:28:33 0 [Note] InnoDB: File 'D:\Xampp\mysql\data\ibtmp1' size is now 12 MB.
2024-01-12 23:28:33 0 [Note] InnoDB: Waiting for purge to start
2024-01-12 23:28:33 0 [Note] InnoDB: 10.4.32 started; log sequence number 28304531; transaction id 14056
2024-01-12 23:28:33 0 [Note] InnoDB: Loading buffer pool(s) from D:\Xampp\mysql\data\ib_buffer_pool
2024-01-12 23:28:33 0 [Note] Plugin 'FEEDBACK' is disabled.
2024-01-12 23:28:33 0 [Note] InnoDB: Buffer pool(s) load completed at 240112 23:28:33
2024-01-12 23:28:33 0 [ERROR] Could not open mysql.plugin table. Some plugins may be not loaded
2024-01-12 23:28:33 0 [ERROR] Failed to initialize plugins.
2024-01-12 23:28:33 0 [ERROR] Aborting
2024-01-12 23:28:33 0 [Note] Starting MariaDB 10.4.32-MariaDB source revision c4143f909528e3fab0677a28631d10389354c491 as process 73652
Cannot find checkpoint record at LSN (1,0x55ae)
2024-01-12 23:28:33 0 [ERROR] mysqld.exe: Aria recovery failed. Please run aria_chk -r on all Aria tables and delete all aria_log.######## files
2024-01-12 23:28:33 0 [ERROR] Plugin 'Aria' registration as a STORAGE ENGINE failed.
2024-01-12 23:28:33 0 [ERROR] InnoDB: The innodb_system data file 'ibdata1' must be writable
2024-01-12 23:28:33 0 [ERROR] InnoDB: The innodb_system data file 'ibdata1' must be writable
2024-01-12 23:28:33 0 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
2024-01-12 23:28:33 0 [Note] Plugin 'FEEDBACK' is disabled.
2024-01-12 23:28:33 0 [ERROR] Could not open mysql.plugin table. Some plugins may be not loaded
2024-01-12 23:28:33 0 [ERROR] Failed to initialize plugins.
2024-01-12 23:28:33 0 [ERROR] Aborting
2024-01-12 23:28:34 0 [Note] Starting MariaDB 10.4.32-MariaDB source revision c4143f909528e3fab0677a28631d10389354c491 as process 63168
Cannot find checkpoint record at LSN (1,0x55ae)
2024-01-12 23:28:34 0 [ERROR] mysqld.exe: Aria recovery failed. Please run aria_chk -r on all Aria tables and delete all aria_log.######## files
2024-01-12 23:28:34 0 [ERROR] Plugin 'Aria' registration as a STORAGE ENGINE failed.
2024-01-12 23:28:34 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2024-01-12 23:28:34 0 [Note] InnoDB: Uses event mutexes
2024-01-12 23:28:34 0 [Note] InnoDB: Compressed tables use zlib 1.3
2024-01-12 23:28:34 0 [Note] InnoDB: Number of pools: 1
2024-01-12 23:28:34 0 [Note] InnoDB: Using SSE2 crc32 instructions
2024-01-12 23:28:34 0 [Note] InnoDB: Initializing buffer pool, total size = 16M, instances = 1, chunk size = 16M
2024-01-12 23:28:34 0 [Note] InnoDB: Completed initialization of buffer pool
2024-01-12 23:28:34 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
2024-01-12 23:28:34 0 [Note] InnoDB: Removed temporary tablespace data file: "ibtmp1"
2024-01-12 23:28:34 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2024-01-12 23:28:34 0 [Note] InnoDB: Setting file 'D:\Xampp\mysql\data\ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2024-01-12 23:28:34 0 [Note] InnoDB: File 'D:\Xampp\mysql\data\ibtmp1' size is now 12 MB.
2024-01-12 23:28:34 0 [Note] InnoDB: Waiting for purge to start
2024-01-12 23:28:34 0 [Note] InnoDB: 10.4.32 started; log sequence number 28304531; transaction id 14056
2024-01-12 23:28:34 0 [Note] InnoDB: Loading buffer pool(s) from D:\Xampp\mysql\data\ib_buffer_pool
2024-01-12 23:28:34 0 [Note] Plugin 'FEEDBACK' is disabled.
2024-01-12 23:28:34 0 [Note] InnoDB: Buffer pool(s) load completed at 240112 23:28:34
2024-01-12 23:28:34 0 [ERROR] Could not open mysql.plugin table. Some plugins may be not loaded
2024-01-12 23:28:34 0 [ERROR] Failed to initialize plugins.
2024-01-12 23:28:34 0 [ERROR] Aborting
2024-01-12 23:28:34 0 [Note] Starting MariaDB 10.4.32-MariaDB source revision c4143f909528e3fab0677a28631d10389354c491 as process 56668
Cannot find checkpoint record at LSN (1,0x55ae)
2024-01-12 23:28:34 0 [ERROR] mysqld.exe: Aria recovery failed. Please run aria_chk -r on all Aria tables and delete all aria_log.######## files
2024-01-12 23:28:34 0 [ERROR] Plugin 'Aria' registration as a STORAGE ENGINE failed.
2024-01-12 23:28:34 0 [ERROR] InnoDB: The innodb_system data file 'ibdata1' must be writable
2024-01-12 23:28:34 0 [ERROR] InnoDB: The innodb_system data file 'ibdata1' must be writable
2024-01-12 23:28:34 0 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
2024-01-12 23:28:34 0 [Note] Plugin 'FEEDBACK' is disabled.
2024-01-12 23:28:34 0 [ERROR] Could not open mysql.plugin table. Some plugins may be not loaded
2024-01-12 23:28:34 0 [ERROR] Failed to initialize plugins.
2024-01-12 23:28:34 0 [ERROR] Aborting
2024-01-12 23:28:35 0 [Note] Starting MariaDB 10.4.32-MariaDB source revision c4143f909528e3fab0677a28631d10389354c491 as process 72300
Cannot find checkpoint record at LSN (1,0x55ae)
2024-01-12 23:28:35 0 [ERROR] mysqld.exe: Aria recovery failed. Please run aria_chk -r on all Aria tables and delete all aria_log.######## files
2024-01-12 23:28:35 0 [ERROR] Plugin 'Aria' registration as a STORAGE ENGINE failed.
2024-01-12 23:28:35 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2024-01-12 23:28:35 0 [Note] InnoDB: Uses event mutexes
2024-01-12 23:28:35 0 [Note] InnoDB: Compressed tables use zlib 1.3
2024-01-12 23:28:35 0 [Note] InnoDB: Number of pools: 1
2024-01-12 23:28:35 0 [Note] InnoDB: Using SSE2 crc32 instructions
2024-01-12 23:28:35 0 [Note] InnoDB: Initializing buffer pool, total size = 16M, instances = 1, chunk size = 16M
2024-01-12 23:28:35 0 [Note] InnoDB: Completed initialization of buffer pool
2024-01-12 23:28:35 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
2024-01-12 23:28:35 0 [Note] InnoDB: Removed temporary tablespace data file: "ibtmp1"
2024-01-12 23:28:35 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2024-01-12 23:28:35 0 [Note] InnoDB: Setting file 'D:\Xampp\mysql\data\ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2024-01-12 23:28:35 0 [Note] InnoDB: File 'D:\Xampp\mysql\data\ibtmp1' size is now 12 MB.
2024-01-12 23:28:35 0 [Note] InnoDB: Waiting for purge to start
2024-01-12 23:28:35 0 [Note] InnoDB: 10.4.32 started; log sequence number 28304531; transaction id 14056
2024-01-12 23:28:35 0 [Note] InnoDB: Loading buffer pool(s) from D:\Xampp\mysql\data\ib_buffer_pool
2024-01-12 23:28:35 0 [Note] Plugin 'FEEDBACK' is disabled.
2024-01-12 23:28:35 0 [Note] InnoDB: Buffer pool(s) load completed at 240112 23:28:35
2024-01-12 23:28:35 0 [ERROR] Could not open mysql.plugin table. Some plugins may be not loaded
2024-01-12 23:28:35 0 [ERROR] Failed to initialize plugins.
2024-01-12 23:28:35 0 [ERROR] Aborting
2024-01-12 23:31:08 0 [Note] Starting MariaDB 10.4.32-MariaDB source revision c4143f909528e3fab0677a28631d10389354c491 as process 72840
Cannot find checkpoint record at LSN (1,0x55ae)
2024-01-12 23:31:08 0 [ERROR] mysqld.exe: Aria recovery failed. Please run aria_chk -r on all Aria tables and delete all aria_log.######## files
2024-01-12 23:31:08 0 [ERROR] Plugin 'Aria' registration as a STORAGE ENGINE failed.
2024-01-12 23:31:08 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2024-01-12 23:31:08 0 [Note] InnoDB: Uses event mutexes
2024-01-12 23:31:08 0 [Note] InnoDB: Compressed tables use zlib 1.3
2024-01-12 23:31:08 0 [Note] InnoDB: Number of pools: 1
2024-01-12 23:31:08 0 [Note] InnoDB: Using SSE2 crc32 instructions
2024-01-12 23:31:08 0 [Note] InnoDB: Initializing buffer pool, total size = 16M, instances = 1, chunk size = 16M
2024-01-12 23:31:08 0 [Note] InnoDB: Completed initialization of buffer pool
2024-01-12 23:31:08 0 [Note] InnoDB: Resizing redo log from 2*50331648 to 2*5242880 bytes; LSN=28304926
2024-01-12 23:31:08 0 [Note] InnoDB: Starting to delete and rewrite log files.
2024-01-12 23:31:08 0 [Note] InnoDB: Setting log file D:\Xampp\mysql\data\ib_logfile101 size to 5242880 bytes
2024-01-12 23:31:08 0 [Note] InnoDB: Setting log file D:\Xampp\mysql\data\ib_logfile1 size to 5242880 bytes
2024-01-12 23:31:08 0 [Note] InnoDB: Renaming log file D:\Xampp\mysql\data\ib_logfile101 to D:\Xampp\mysql\data\ib_logfile0
2024-01-12 23:31:08 0 [Note] InnoDB: New log files created, LSN=28304926
2024-01-12 23:31:08 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
2024-01-12 23:31:08 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2024-01-12 23:31:08 0 [Note] InnoDB: Setting file 'D:\Xampp\mysql\data\ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2024-01-12 23:31:08 0 [Note] InnoDB: File 'D:\Xampp\mysql\data\ibtmp1' size is now 12 MB.
2024-01-12 23:31:08 0 [Note] InnoDB: Waiting for purge to start
2024-01-12 23:31:08 0 [Note] InnoDB: 10.4.32 started; log sequence number 28304926; transaction id 14056
2024-01-12 23:31:08 0 [Note] InnoDB: Loading buffer pool(s) from D:\Xampp\mysql\data\ib_buffer_pool
2024-01-12 23:31:08 0 [Note] Plugin 'FEEDBACK' is disabled.
2024-01-12 23:31:08 0 [Note] InnoDB: Buffer pool(s) load completed at 240112 23:31:08
2024-01-12 23:31:08 0 [ERROR] Could not open mysql.plugin table. Some plugins may be not loaded
2024-01-12 23:31:08 0 [ERROR] Failed to initialize plugins.
2024-01-12 23:31:08 0 [ERROR] Aborting
kundan56565
 
Posts: 1
Joined: 12. January 2024 19:13
XAMPP version: 3.3.0
Operating System: windows 11 64 bit


Return to XAMPP for Windows

Who is online

Users browsing this forum: No registered users and 158 guests