Page 1 of 1

XAMPP installed. But not being able to start Mysql

PostPosted: 16. July 2021 05:32
by dedipya
I have installed XAMPP on my PC. But the system throws following error log when I start the SQL. What am I supposed to do?

2021-07-16 9:05:20 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2021-07-16 9:05:20 0 [Note] InnoDB: Uses event mutexes
2021-07-16 9:05:20 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2021-07-16 9:05:20 0 [Note] InnoDB: Number of pools: 1
2021-07-16 9:05:20 0 [Note] InnoDB: Using SSE2 crc32 instructions
2021-07-16 9:05:20 0 [Note] InnoDB: Initializing buffer pool, total size = 16M, instances = 1, chunk size = 16M
2021-07-16 9:05:20 0 [Note] InnoDB: Completed initialization of buffer pool
2021-07-16 9:05:20 0 [Note] InnoDB: Starting crash recovery from checkpoint LSN=300324
2021-07-16 9:05:20 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
2021-07-16 9:05:20 0 [Note] InnoDB: Removed temporary tablespace data file: "ibtmp1"
2021-07-16 9:05:20 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2021-07-16 9:05:20 0 [Note] InnoDB: Setting file 'C:\xampp\mysql\data\ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2021-07-16 9:05:20 0 [Note] InnoDB: File 'C:\xampp\mysql\data\ibtmp1' size is now 12 MB.
2021-07-16 9:05:20 0 [Note] InnoDB: Waiting for purge to start
2021-07-16 9:05:20 0 [Note] InnoDB: 10.4.20 started; log sequence number 300333; transaction id 170
2021-07-16 9:05:20 0 [Note] InnoDB: Loading buffer pool(s) from C:\xampp\mysql\data\ib_buffer_pool
2021-07-16 9:05:20 0 [Note] Plugin 'FEEDBACK' is disabled.
2021-07-16 9:05:20 0 [Note] Server socket created on IP: '::'.
2021-07-16 9:06:37 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2021-07-16 9:06:37 0 [Note] InnoDB: Uses event mutexes
2021-07-16 9:06:37 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2021-07-16 9:06:37 0 [Note] InnoDB: Number of pools: 1
2021-07-16 9:06:37 0 [Note] InnoDB: Using SSE2 crc32 instructions
2021-07-16 9:06:37 0 [Note] InnoDB: Initializing buffer pool, total size = 16M, instances = 1, chunk size = 16M
2021-07-16 9:06:37 0 [Note] InnoDB: Completed initialization of buffer pool
2021-07-16 9:06:37 0 [Note] InnoDB: Starting crash recovery from checkpoint LSN=300342
2021-07-16 9:06:37 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
2021-07-16 9:06:37 0 [Note] InnoDB: Removed temporary tablespace data file: "ibtmp1"
2021-07-16 9:06:37 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2021-07-16 9:06:37 0 [Note] InnoDB: Setting file 'C:\xampp\mysql\data\ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2021-07-16 9:06:37 0 [Note] InnoDB: File 'C:\xampp\mysql\data\ibtmp1' size is now 12 MB.
2021-07-16 9:06:37 0 [Note] InnoDB: Waiting for purge to start
2021-07-16 9:06:37 0 [Note] InnoDB: 10.4.20 started; log sequence number 300351; transaction id 170
2021-07-16 9:06:37 0 [Note] InnoDB: Loading buffer pool(s) from C:\xampp\mysql\data\ib_buffer_pool
2021-07-16 9:06:37 0 [Note] Plugin 'FEEDBACK' is disabled.
2021-07-16 9:06:37 0 [Note] Server socket created on IP: '::'.
2021-07-16 9:48:20 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2021-07-16 9:48:20 0 [Note] InnoDB: Uses event mutexes
2021-07-16 9:48:20 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2021-07-16 9:48:20 0 [Note] InnoDB: Number of pools: 1
2021-07-16 9:48:20 0 [Note] InnoDB: Using SSE2 crc32 instructions
2021-07-16 9:48:20 0 [Note] InnoDB: Initializing buffer pool, total size = 16M, instances = 1, chunk size = 16M
2021-07-16 9:48:20 0 [Note] InnoDB: Completed initialization of buffer pool
2021-07-16 9:48:20 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
2021-07-16 9:48:20 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2021-07-16 9:48:20 0 [Note] InnoDB: Setting file 'C:\xampp\mysql\data\ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2021-07-16 9:48:20 0 [Note] InnoDB: File 'C:\xampp\mysql\data\ibtmp1' size is now 12 MB.
2021-07-16 9:48:20 0 [Note] InnoDB: Waiting for purge to start
2021-07-16 9:48:20 0 [Note] InnoDB: 10.4.20 started; log sequence number 300360; transaction id 170
2021-07-16 9:48:20 0 [Note] InnoDB: Loading buffer pool(s) from C:\xampp\mysql\data\ib_buffer_pool
2021-07-16 9:48:20 0 [Note] Plugin 'FEEDBACK' is disabled.
2021-07-16 9:48:20 0 [Note] InnoDB: Buffer pool(s) load completed at 210716 9:48:20
2021-07-16 9:48:20 0 [Note] Server socket created on IP: '::'.

Re: XAMPP installed. But not being able to start Mysql

PostPosted: 16. July 2021 07:57
by Altrea
The last message in the log is a success message.
It looks like MariaDB was started successful at 2021-07-16 9:48:20.