Page 1 of 1

Mysql problem

PostPosted: 27. June 2021 10:13
by mhernawan
got the same issue today after updating windows 10.
waiting for the solution

Re: Mysql problem

PostPosted: 27. June 2021 10:53
by Altrea
Did you take a look into the mysql_error.log file for further information?
Did you take a look into the xampp control panel log for further information?
Did you try to start MariaDB as console application to get a qualified error message?

Re: Mysql problem

PostPosted: 27. June 2021 14:04
by mhernawan
Mysql is stopped a few seconds after start.

Mysql log

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

Re: Mysql problem

PostPosted: 27. June 2021 14:52
by Altrea
This log does not contain any errors.

Try to start MariaDB as console application in XAMPP Shell with the following command and tell us what it responses.
Code: Select all
mysqld --defaults-file=mysql\bin\my.ini --standalone --console