Control Panel error

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

Control Panel error

Postby Vaggis » 14. February 2023 11:19

Hello new here and just started getting the following error log oute of nowhere. Got any ideas on how to fix this?
< Cannot find checkpoint record at LSN (1,0x5556)
2023-02-14 12:13:02 0 [ERROR] mysqld.exe: Aria recovery failed. Please run aria_chk -r on all Aria tables and delete all aria_log.######## files
2023-02-14 12:13:02 0 [ERROR] Plugin 'Aria' init function returned error.
2023-02-14 12:13:02 0 [ERROR] Plugin 'Aria' registration as a STORAGE ENGINE failed.
2023-02-14 12:13:02 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2023-02-14 12:13:02 0 [Note] InnoDB: Uses event mutexes
2023-02-14 12:13:02 0 [Note] InnoDB: Compressed tables use zlib 1.2.12
2023-02-14 12:13:02 0 [Note] InnoDB: Number of pools: 1
2023-02-14 12:13:02 0 [Note] InnoDB: Using SSE2 crc32 instructions
2023-02-14 12:13:02 0 [Note] InnoDB: Initializing buffer pool, total size = 16M, instances = 1, chunk size = 16M
2023-02-14 12:13:02 0 [Note] InnoDB: Completed initialization of buffer pool
2023-02-14 12:13:02 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
2023-02-14 12:13:02 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2023-02-14 12:13:02 0 [Note] InnoDB: Setting file 'C:\xampp\mysql\data\ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2023-02-14 12:13:02 0 [Note] InnoDB: File 'C:\xampp\mysql\data\ibtmp1' size is now 12 MB.
2023-02-14 12:13:02 0 [Note] InnoDB: Waiting for purge to start
2023-02-14 12:13:02 0 [Note] InnoDB: 10.4.27 started; log sequence number 417657; transaction id 537
2023-02-14 12:13:02 0 [Note] InnoDB: Loading buffer pool(s) from C:\xampp\mysql\data\ib_buffer_pool
2023-02-14 12:13:02 0 [Note] Plugin 'FEEDBACK' is disabled.
2023-02-14 12:13:02 0 [ERROR] Could not open mysql.plugin table. Some plugins may be not loaded
2023-02-14 12:13:02 0 [ERROR] Failed to initialize plugins.
2023-02-14 12:13:02 0 [ERROR] Aborting >
Vaggis
 
Posts: 1
Joined: 14. February 2023 11:15
XAMPP version: 3.3.0
Operating System: windows11

Re: Control Panel error

Postby Altrea » 14. February 2023 11:24

Please try the following fix

  • Open the xampp shell (Shell Button in your XAMPP control panel).
  • change directory to mysql/data
    Code: Select all
    cd mysql/data
  • Run aria_chk -r for all .MAI files in the mysql database
    Code: Select all
    aria_chk -r mysql\*.MAI
  • Delete all aria_log.######## files in the mysql\data folder
    Code: Select all
    del aria_log.*
  • Start xampp again and it should be working.
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: 11934
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 200 guests