Xampp error?

I tried to start apache and mysql and


the log says

2023-05-25  8:50:27 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2023-05-25  8:50:27 0 [Note] InnoDB: Uses event mutexes
2023-05-25  8:50:27 0 [Note] InnoDB: Compressed tables use zlib 1.2.12
2023-05-25  8:50:27 0 [Note] InnoDB: Number of pools: 1
2023-05-25  8:50:27 0 [Note] InnoDB: Using SSE2 crc32 instructions
2023-05-25  8:50:27 0 [Note] InnoDB: Initializing buffer pool, total size = 16M, instances = 1, chunk size = 16M
2023-05-25  8:50:27 0 [Note] InnoDB: Completed initialization of buffer pool
2023-05-25  8:50:27 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
2023-05-25  8:50:27 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2023-05-25  8:50:27 0 [Note] InnoDB: Setting file 'C:\Users\lurtnowski\xampp\mysql\data\ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2023-05-25  8:50:27 0 [Note] InnoDB: File 'C:\Users\lurtnowski\xampp\mysql\data\ibtmp1' size is now 12 MB.
2023-05-25  8:50:27 0 [Note] InnoDB: Waiting for purge to start
2023-05-25  8:50:27 0 [Note] InnoDB: 10.4.27 started; log sequence number 67848806; transaction id 248470
2023-05-25  8:50:27 0 [Note] InnoDB: Loading buffer pool(s) from C:\Users\lurtnowski\xampp\mysql\data\ib_buffer_pool
2023-05-25  8:50:27 0 [Note] Plugin 'FEEDBACK' is disabled.
2023-05-25  8:50:28 0 [Note] Server socket created on IP: '::'.

I use XAMPP myself but I don’t know a quick fix. And seemingly, nobody here knows. I assume that you have tried to reboot your machine and would therefore suggest to ask your question in the XAMPP forum: https://community.apachefriends.org/f/viewforum.php?f=16.

Is something already listening on port 3306? (netstat -A | findstr 3306)