XAMPP MYSQL start and stop after 3 seconds - mysql

Does anyone know what's this error log mean ? please help me fix my mysql
2021-01-09 14:04:02 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2021-01-09 14:04:02 0 [Note] InnoDB: Uses event mutexes
2021-01-09 14:04:02 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2021-01-09 14:04:02 0 [Note] InnoDB: Number of pools: 1
2021-01-09 14:04:02 0 [Note] InnoDB: Using SSE2 crc32 instructions
2021-01-09 14:04:02 0 [Note] InnoDB: Initializing buffer pool, total size = 16M, instances = 1, chunk size = 16M
2021-01-09 14:04:02 0 [Note] InnoDB: Completed initialization of buffer pool
2021-01-09 14:04:02 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
2021-01-09 14:04:02 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2021-01-09 14:04:02 0 [Note] InnoDB: Setting file 'C:\xampp\mysql\data\ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2021-01-09 14:04:02 0 [Note] InnoDB: File 'C:\xampp\mysql\data\ibtmp1' size is now 12 MB.
2021-01-09 14:04:02 0 [Note] InnoDB: Waiting for purge to start
2021-01-09 14:04:02 0 [Note] InnoDB: 10.4.14 started; log sequence number 839185; transaction id 1714
2021-01-09 14:04:02 0 [Note] InnoDB: Loading buffer pool(s) from C:\xampp\mysql\data\ib_buffer_pool
2021-01-09 14:04:02 0 [Note] Plugin 'FEEDBACK' is disabled.
2021-01-09 14:04:02 0 [Note] Server socket created on IP: '::'.
2021-01-09 14:04:02 0 [Note] InnoDB: Buffer pool(s) load completed at 210109 14:04:02
i'd been searching for every solution but every solutions refer to delete everything in here
c:\xampp\mysql\data\
but i don't want because i'll lose all of the database
i'm using this mysql with laravel migrations

Go to Xampp>mysql>backup. Simply copy all the files of backup folder then goto
Xampp>mysql>data folder path. Simply Select all files by pressing Ctrl+A then paste (press Ctrl+V).
By this process it replace mendatory files of MySQL Service.

Related

Xampp mysql shutdown unexpectedly after update

I have a big problem with xampp mysql. Yesterday accept a windows update in the server, and while update is complete, I can't start the mysql.
InnoDB: using atomic writes.
2021-01-07 14:05:56 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2021-01-07 14:05:56 0 [Note] InnoDB: Uses event mutexes
2021-01-07 14:05:56 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2021-01-07 14:05:56 0 [Note] InnoDB: Number of pools: 1
2021-01-07 14:05:56 0 [Note] InnoDB: Using generic crc32 instructions
2021-01-07 14:05:56 0 [Note] InnoDB: Initializing buffer pool, total size = 32M, instances = 1, chunk size = 32M
2021-01-07 14:05:56 0 [Note] InnoDB: Completed initialization of buffer pool
2021-01-07 14:05:56 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
2021-01-07 14:05:56 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2021-01-07 14:05:56 0 [Note] InnoDB: Setting file 'C:\xampp\mysql\data\ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2021-01-07 14:05:56 0 [Note] InnoDB: File 'C:\xampp\mysql\data\ibtmp1' size is now 12 MB.
2021-01-07 14:05:56 0 [Note] InnoDB: Waiting for purge to start
2021-01-07 14:05:56 0 [Note] InnoDB: 10.4.14 started; log sequence number 47054; transaction id 9
2021-01-07 14:05:56 0 [Note] InnoDB: Loading buffer pool(s) from C:\xampp\mysql\data\ib_buffer_pool
2021-01-07 14:05:56 0 [Note] Plugin 'FEEDBACK' is disabled.
2021-01-07 14:05:56 0 [Note] InnoDB: Buffer pool(s) load completed at 210107 14:05:56
2021-01-07 14:05:56 0 [Note] Server socket created on IP: '::'.
I try backup the mysql\data folder, clear all, and try delete the ibtmp1 file, not work, and I try change the port, isn't work.
I look, this log write, the ibtmp1 file is 12 Mb, but my ibtmp1 file is 70 Mb for me.

Xampp MySQL shutdown unexpectedly Plugin 'FEEDBACK' is disabled

Just started up Xampp today and when I turn on my SQL, it simply turns off again and tells me that MySQL shutdown unexpectedly.
Here is the log:
2020-09-22 9:28:33 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2020-09-22 9:28:33 0 [Note] InnoDB: Uses event mutexes
2020-09-22 9:28:33 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2020-09-22 9:28:33 0 [Note] InnoDB: Number of pools: 1
2020-09-22 9:28:33 0 [Note] InnoDB: Using SSE2 crc32 instructions
2020-09-22 9:28:33 0 [Note] InnoDB: Initializing buffer pool, total size = 16M, instances = 1, chunk size = 16M
2020-09-22 9:28:33 0 [Note] InnoDB: Completed initialization of buffer pool
2020-09-22 9:28:33 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
2020-09-22 9:28:33 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2020-09-22 9:28:33 0 [Note] InnoDB: Setting file 'C:\xampp\mysql\data\ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2020-09-22 9:28:33 0 [Note] InnoDB: File 'C:\xampp\mysql\data\ibtmp1' size is now 12 MB.
2020-09-22 9:28:33 0 [Note] InnoDB: Waiting for purge to start
2020-09-22 9:28:33 0 [Note] InnoDB: 10.4.13 started; log sequence number 639553085; transaction id 596387
2020-09-22 9:28:33 0 [Note] InnoDB: Loading buffer pool(s) from C:\xampp\mysql\data\ib_buffer_pool
2020-09-22 9:28:33 0 [Note] Plugin 'FEEDBACK' is disabled.
2020-09-22 9:28:33 0 [Note] Server socket created on IP: '::'.
If anyone can help that would be amazing!
I have fixed the issue. From xampp/mysql/backup/ folder i copied all files in to xampp/mysql/data/ That solved the issue.
look like the issue cause database innodb structure conflict

XAMPP MYSQL refuse to start

I'm using XAMPP version 3.2.4 and it was working normally for a while, but suddenly today when trying to start MYSQL it refuse to start and logs file display:
InnoDB: using atomic writes.
2020-08-03 12:08:25 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2020-08-03 12:08:25 0 [Note] InnoDB: Uses event mutexes
2020-08-03 12:08:25 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2020-08-03 12:08:25 0 [Note] InnoDB: Number of pools: 1
2020-08-03 12:08:25 0 [Note] InnoDB: Using SSE2 crc32 instructions
2020-08-03 12:08:25 0 [Note] InnoDB: Initializing buffer pool, total size = 16M, instances = 1, chunk size = 16M
2020-08-03 12:08:25 0 [Note] InnoDB: Completed initialization of buffer pool
2020-08-03 12:08:26 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
2020-08-03 12:08:26 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2020-08-03 12:08:26 0 [Note] InnoDB: Setting file 'C:\xampp\mysql\data\ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2020-08-03 12:08:26 0 [Note] InnoDB: File 'C:\xampp\mysql\data\ibtmp1' size is now 12 MB.
2020-08-03 12:08:26 0 [Note] InnoDB: Waiting for purge to start
2020-08-03 12:08:26 0 [Note] InnoDB: 10.4.11 started; log sequence number 2055444129; transaction id 138579
2020-08-03 12:08:26 0 [Note] InnoDB: Loading buffer pool(s) from C:\xampp\mysql\data\ib_buffer_pool
2020-08-03 12:08:26 0 [Note] Plugin 'FEEDBACK' is disabled.
2020-08-03 12:08:26 0 [Note] Server socket created on IP: '::'.
and as you see all are notes and no error but when I check to windows event viewer I found this error:
Failed to create a new master info file (file
'C:\xampp\mysql\data\master-2020#002d08#002d03#0020#00201#003a01#003a27#002016#0020#005bwarning#005d#0020aborted#0020connection#002016#0020to#0020db#003a#0020#0027ts_ninja#0027#0020user#003a#0020#0027root#0027#0020host#003a#0020#0027localhost#0027#0020#0028got#0020an#0020error#0020reading#0020communication#0020packets#0029#000d.info',
errno 2)
, I tried to change max_allowed_packet=128M from 1M but still the same, any help will be appreciated (note that Apache successfully start)

XAMPP - MySQL Shutdown unexpectedly, even after changing the port

I have tried to change all the ports to 3007. I have also tried to delete the ibdata1 file in my C:\xampp\mysql\data folder. Unfortunately none of these options worked for me.
The error log I get is the following:
2020-01-31 0:10:35 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2020-01-31 0:10:35 0 [Note] InnoDB: Uses event mutexes
2020-01-31 0:10:35 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2020-01-31 0:10:35 0 [Note] InnoDB: Number of pools: 1
2020-01-31 0:10:35 0 [Note] InnoDB: Using SSE2 crc32 instructions
2020-01-31 0:10:35 0 [Note] InnoDB: Initializing buffer pool, total size = 16M, instances = 1, chunk size = 16M
2020-01-31 0:10:35 0 [Note] InnoDB: Completed initialization of buffer pool
2020-01-31 0:10:35 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
2020-01-31 0:10:35 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2020-01-31 0:10:35 0 [Note] InnoDB: Setting file 'C:\xampp\mysql\data\ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2020-01-31 0:10:35 0 [Note] InnoDB: File 'C:\xampp\mysql\data\ibtmp1' size is now 12 MB.
2020-01-31 0:10:35 0 [Note] InnoDB: 10.4.11 started; log sequence number 47215; transaction id 7
2020-01-31 0:10:35 0 [Note] InnoDB: !!! innodb_force_recovery is set to 4 !!!
2020-01-31 0:10:35 0 [Note] InnoDB: Loading buffer pool(s) from C:\xampp\mysql\data\ib_buffer_pool
2020-01-31 0:10:35 0 [Note] Plugin 'FEEDBACK' is disabled.
2020-01-31 0:10:35 0 [Note] InnoDB: Buffer pool(s) load completed at 200131 0:10:35
2020-01-31 0:10:35 0 [Note] Server socket created on IP: '::'.
Edit: I reinstalled XAMPP and it worked. Not sure what happened or why it now works.

mysql shutdown unexpectedly xampp, socket created on IP: '::' error log

I am facing a problem in xampp, mysql doesn't running, i have searched a lot for a solution and tried a many of them, but no one fixed, my problem, i think the error log is different this time,
errors log :
2020-01-21 13:12:04 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2020-01-21 13:12:04 0 [Note] InnoDB: Uses event mutexes
2020-01-21 13:12:04 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2020-01-21 13:12:04 0 [Note] InnoDB: Number of pools: 1
2020-01-21 13:12:04 0 [Note] InnoDB: Using SSE2 crc32 instructions
2020-01-21 13:12:04 0 [Note] InnoDB: Initializing buffer pool, total size = 16M, instances = 1, chunk
size = 16M
2020-01-21 13:12:04 0 [Note] InnoDB: Completed initialization of buffer pool
2020-01-21 13:12:04 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
2020-01-21 13:12:04 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2020-01-21 13:12:04 0 [Note] InnoDB: Setting file 'C:\xampp\mysql\data\ibtmp1' size to 12 MB.
Physically writing the file full; Please wait ...
2020-01-21 13:12:04 0 [Note] InnoDB: File 'C:\xampp\mysql\data\ibtmp1' size is now 12 MB.
2020-01-21 13:12:04 0 [Note] InnoDB: Waiting for purge to start
2020-01-21 13:12:04 0 [Note] InnoDB: 10.4.6 started; log sequence number 113908; transaction id 9
2020-01-21 13:12:04 0 [Note] InnoDB: Loading buffer pool(s) from C:\xampp\mysql\data\ib_buffer_pool
2020-01-21 13:12:04 0 [Note] Plugin 'FEEDBACK' is disabled.
2020-01-21 13:12:04 0 [Note] InnoDB: Buffer pool(s) load completed at 200121 13:12:04
2020-01-21 13:12:04 0 [Note] Server socket created on IP: '::'.