Error Log for Xampp v3.3.0

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

Error Log for Xampp v3.3.0

Postby lordendark » 19. April 2022 03:58

Hello Everyone, this is my first time posting a forum because i need help with my error log
This is my error log
2022-04-19 10:06:24 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2022-04-19 10:06:24 0 [Note] InnoDB: Uses event mutexes
2022-04-19 10:06:24 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2022-04-19 10:06:24 0 [Note] InnoDB: Number of pools: 1
2022-04-19 10:06:24 0 [Note] InnoDB: Using SSE2 crc32 instructions
2022-04-19 10:06:24 0 [Note] InnoDB: Initializing buffer pool, total size = 16M, instances = 1, chunk size = 16M
2022-04-19 10:06:24 0 [Note] InnoDB: Completed initialization of buffer pool
2022-04-19 10:06:24 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
2022-04-19 10:06:24 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2022-04-19 10:06:24 0 [Note] InnoDB: Setting file 'C:\xampp\mysql\data\ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2022-04-19 10:06:24 0 [Note] InnoDB: File 'C:\xampp\mysql\data\ibtmp1' size is now 12 MB.
2022-04-19 10:06:24 0 [Note] InnoDB: Waiting for purge to start
2022-04-19 10:06:24 0 [Note] InnoDB: 10.4.19 started; log sequence number 2004006163; transaction id 2325183
2022-04-19 10:06:24 0 [Note] InnoDB: Loading buffer pool(s) from C:\xampp\mysql\data\ib_buffer_pool
2022-04-19 10:06:24 0 [Note] Plugin 'FEEDBACK' is disabled.
2022-04-19 10:06:24 0 [Note] InnoDB: Buffer pool(s) load completed at 220419 10:06:24
2022-04-19 10:06:24 0 [Note] Server socket created on IP: '::'.
2022-04-19 10:06:44 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2022-04-19 10:06:44 0 [Note] InnoDB: Uses event mutexes
2022-04-19 10:06:44 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2022-04-19 10:06:44 0 [Note] InnoDB: Number of pools: 1
2022-04-19 10:06:44 0 [Note] InnoDB: Using SSE2 crc32 instructions
2022-04-19 10:06:44 0 [Note] InnoDB: Initializing buffer pool, total size = 16M, instances = 1, chunk size = 16M
2022-04-19 10:06:44 0 [Note] InnoDB: Completed initialization of buffer pool
2022-04-19 10:06:44 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
2022-04-19 10:06:44 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2022-04-19 10:06:44 0 [Note] InnoDB: Setting file 'C:\xampp\mysql\data\ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2022-04-19 10:06:44 0 [Note] InnoDB: File 'C:\xampp\mysql\data\ibtmp1' size is now 12 MB.
2022-04-19 10:06:44 0 [Note] InnoDB: Waiting for purge to start
2022-04-19 10:06:44 0 [Note] InnoDB: 10.4.19 started; log sequence number 2004006172; transaction id 2325183
2022-04-19 10:06:44 0 [Note] InnoDB: Loading buffer pool(s) from C:\xampp\mysql\data\ib_buffer_pool
2022-04-19 10:06:44 0 [Note] Plugin 'FEEDBACK' is disabled.
2022-04-19 10:06:44 0 [Note] InnoDB: Buffer pool(s) load completed at 220419 10:06:44
2022-04-19 10:06:44 0 [Note] Server socket created on IP: '::'.

I thought maybe the port was blocked so i tried changing it from 3306 to 3307 but it's still blocked and I tried changing it again to other port, but it still won't start, can anyone please explain to me what's wrong? Thank you.
lordendark
 
Posts: 6
Joined: 19. April 2022 03:54
XAMPP version: 3.3.0
Operating System: Windows 11

Re: Error Log for Xampp v3.3.0

Postby Altrea » 19. April 2022 09:02

Hi,

Your error log looks clean. The last line is a success message, so at this point MariaDB was started successfully.
Please change back your port to the default 3306 because this will not make anything better.

Try to start MariaDB as console application. To do so, please:
  • Open a new XAMPP Shell by clicking the Shell Button in your control panel
  • type in the following command
    Code: Select all
    mysqld --defaults-file=mysql\bin\my.ini --standalone --console
  • copy us the response of the 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: 11952
Joined: 17. August 2009 13:05
XAMPP version: several
Operating System: Windows 11 Pro x64

Re: Error Log for Xampp v3.3.0

Postby lordendark » 19. April 2022 10:04

Thank you for the quick response, i tried to run the command and here's the result

2022-04-19 16:20:20 0 [Note] Using unique option prefix 'key_buffer' is error-prone and can break in the future. Please use the full name 'key_buffer_size' instead.
2022-04-19 16:20:20 0 [Note] mysqld (mysqld 10.4.19-MariaDB) starting as process 8812 ...
2022-04-19 16:20:20 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2022-04-19 16:20:20 0 [Note] InnoDB: Uses event mutexes
2022-04-19 16:20:20 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2022-04-19 16:20:20 0 [Note] InnoDB: Number of pools: 1
2022-04-19 16:20:20 0 [Note] InnoDB: Using SSE2 crc32 instructions
2022-04-19 16:20:20 0 [Note] InnoDB: Initializing buffer pool, total size = 16M, instances = 1, chunk size = 16M
2022-04-19 16:20:20 0 [Note] InnoDB: Completed initialization of buffer pool
2022-04-19 16:20:21 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
2022-04-19 16:20:21 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2022-04-19 16:20:21 0 [Note] InnoDB: Setting file 'C:\xampp\mysql\data\ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2022-04-19 16:20:21 0 [Note] InnoDB: File 'C:\xampp\mysql\data\ibtmp1' size is now 12 MB.
2022-04-19 16:20:21 0 [Note] InnoDB: Waiting for purge to start
2022-04-19 16:20:21 0 [Note] InnoDB: 10.4.19 started; log sequence number 2004006190; transaction id 2325183
2022-04-19 16:20:21 0 [Note] InnoDB: Loading buffer pool(s) from C:\xampp\mysql\data\ib_buffer_pool
2022-04-19 16:20:21 0 [Note] Plugin 'FEEDBACK' is disabled.
2022-04-19 16:20:21 0 [Note] InnoDB: Buffer pool(s) load completed at 220419 16:20:21
2022-04-19 16:20:21 0 [Note] Server socket created on IP: '::'.
2022-04-19 16:20:21 0 [ERROR] mysqld: Table '.\mysql\db' is marked as crashed and last (automatic?) repair failed
2022-04-19 16:20:21 0 [ERROR] Fatal error: Can't open and lock privilege tables: Table '.\mysql\db' is marked as crashed and last (automatic?) repair failed
2022-04-19 16:20:21 0 [ERROR] Aborting
lordendark
 
Posts: 6
Joined: 19. April 2022 03:54
XAMPP version: 3.3.0
Operating System: Windows 11

Re: Error Log for Xampp v3.3.0

Postby Altrea » 19. April 2022 11:17

lordendark wrote:2022-04-19 16:20:21 0 [ERROR] mysqld: Table '.\mysql\db' is marked as crashed and last (automatic?) repair failed
2022-04-19 16:20:21 0 [ERROR] Fatal error: Can't open and lock privilege tables: Table '.\mysql\db' is marked as crashed and last (automatic?) repair failed
2022-04-19 16:20:21 0 [ERROR] Aborting

your mysql database needs to be repaired.

To do this please open the XAMPP Shell by clicking the Shell button in your XAMPP Control Panel and execute the following command:
Code: Select all
mysqld --console --skip-grant-tables --skip-external-locking


MariaDB will start without grants, so any user will get permitted. You can do backups/exports as you wish at this time to save your work.

Leave this black command line window open and click on the Shell button in the Control Panel again to open a second command line window and execute this command:
Code: Select all
mysqlcheck -r --databases mysql --use-frm


After that you Can close both command line Windows and try to start MariaDB again normally from your XAMPP control panel
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: 11952
Joined: 17. August 2009 13:05
XAMPP version: several
Operating System: Windows 11 Pro x64

Re: Error Log for Xampp v3.3.0

Postby lordendark » 20. April 2022 07:15

I tried to run the command and it works wonderfully, Thank you so much for the fast response and for telling me what's wrong, I really appreciate your work. Cheers!
lordendark
 
Posts: 6
Joined: 19. April 2022 03:54
XAMPP version: 3.3.0
Operating System: Windows 11


Return to XAMPP for Windows

Who is online

Users browsing this forum: No registered users and 169 guests