Page 1 of 1

MySQL Shutdown Unexpectedly

PostPosted: 27. July 2022 16:33
by Naillit
I don't see any other instances of MySQL running...
Thanks for your help!

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

Re: MySQL Shutdown Unexpectedly

PostPosted: 27. July 2022 17:59
by Altrea
Hi,

Try to start MariaDB as console application and tell us what it responses. 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