MySQL shuts down unexpectly - mysql

I was working on MySQL database all day and it was working fine.
I restarted my laptop and now the server won't even start, this is the third time this happens, every time i had to delete and download the server again.
The issue that on Xampp the server says its running for a split second then shuts down.
This is the error i get in the Xampp control panel.
4:50:48 PM [mysql] Attempting to start MySQL app...
4:50:48 PM [mysql] Status change detected: running
4:50:50 PM [mysql] Status change detected: stopped
4:50:50 PM [mysql] Error: MySQL shutdown unexpectedly.
4:50:50 PM [mysql] This may be due to a blocked port, missing
dependencies,
4:50:50 PM [mysql] improper privileges, a crash, or a shutdown by
another method.
4:50:50 PM [mysql] Press the Logs button to view error logs and
check
4:50:50 PM [mysql] the Windows Event Viewer for more clues
4:50:50 PM [mysql] If you need more help, copy and post this
4:50:50 PM [mysql] entire log window on the forums
and this is the mysql_error.log
2020-04-05 16:50:48 0 [Note] InnoDB: Mutexes and rw_locks use Windows
interlocked functions
2020-04-05 16:50:48 0 [Note] InnoDB: Uses event mutexes
2020-04-05 16:50:48 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2020-04-05 16:50:48 0 [Note] InnoDB: Number of pools: 1
2020-04-05 16:50:48 0 [Note] InnoDB: Using SSE2 crc32 instructions
2020-04-05 16:50:48 0 [Note] InnoDB: Initializing buffer pool, total
size = 16M, instances = 1, chunk size = 16M
2020-04-05 16:50:48 0 [Note] InnoDB: Completed initialization of
buffer pool
2020-04-05 16:50:48 0 [Note] InnoDB: 1 out of 1 rollback segments are
active.
2020-04-05 16:50:48 0 [Note] InnoDB: Creating shared tablespace for
temporary tables
2020-04-05 16:50:48 0 [Note] InnoDB: Setting file
'\xampp\mysql\data\ibtmp1' size to 12 MB. Physically writing the file
full; Please wait ...
2020-04-05 16:50:48 0 [Note] InnoDB: File '\xampp\mysql\data\ibtmp1'
size is now 12 MB.
2020-04-05 16:50:48 0 [Note] InnoDB: Waiting for purge to start
2020-04-05 16:50:48 0 [Note] InnoDB: 10.4.11 started; log sequence
number 21815; transaction id 9
2020-04-05 16:50:48 0 [Note] InnoDB: !!! innodb_force_recovery is set
to 1 !!!
2020-04-05 16:50:48 0 [Note] InnoDB: Loading buffer pool(s) from
C:\xampp\mysql\data\ib_buffer_pool
2020-04-05 16:50:48 0 [Note] Plugin 'FEEDBACK' is disabled.
2020-04-05 16:50:48 0 [Note] InnoDB: Buffer pool(s) load completed at
200405 16:50:48
2020-04-05 16:50:48 0 [Note] Server socket created on IP: '127.0.0.1'.
and I've checked the port if its being used but it is not, and just to be sure i tried to change the port still didn't work.
Hope you can help me.
Thanks,

Related

Why is MySQL shutting down even after I reinstalled XAMPP?

So the thing is, that I've been using XAMPP for pretty much since I've been coding php.
I have this issue where after I start MySQL it just shuts down right after with the following error message:
16:06:46 [mysql] Attempting to start MySQL app...
16:06:46 [mysql] Status change detected: running
16:06:48 [mysql] Status change detected: stopped
16:06:48 [mysql] Error: MySQL shutdown unexpectedly.
16:06:48 [mysql] This may be due to a blocked port, missing dependencies,
16:06:48 [mysql] improper privileges, a crash, or a shutdown by another method.
16:06:48 [mysql] Press the Logs button to view error logs and check
16:06:48 [mysql] the Windows Event Viewer for more clues
16:06:48 [mysql] If you need more help, copy and post this
16:06:48 [mysql] entire log window on the forums
I went on vacation for a week and before that it had no problems. After coming back and starting it, it didn't work.
I reinstalled XAMPP 5 times, even with fresh databases. Yesterday it finally started, but now it won't start again. What should I do?
I tried copying the backup folder, reinstalling (5 times), starting it with admin privileges, checking if the port is used, changing the port.
None of these worked for me.
Here is the mysql_error.log file:
2022-08-22 16:06:46 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2022-08-22 16:06:46 0 [Note] InnoDB: Uses event mutexes
2022-08-22 16:06:46 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2022-08-22 16:06:46 0 [Note] InnoDB: Number of pools: 1
2022-08-22 16:06:46 0 [Note] InnoDB: Using SSE2 crc32 instructions
2022-08-22 16:06:46 0 [Note] InnoDB: Initializing buffer pool, total size = 16M, instances = 1, chunk size = 16M
2022-08-22 16:06:46 0 [Note] InnoDB: Completed initialization of buffer pool
2022-08-22 16:06:46 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
2022-08-22 16:06:46 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2022-08-22 16:06:46 0 [Note] InnoDB: Setting file 'D:\xmapp\mysql\data\ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2022-08-22 16:06:46 0 [Note] InnoDB: File 'D:\xmapp\mysql\data\ibtmp1' size is now 12 MB.
2022-08-22 16:06:46 0 [Note] InnoDB: Waiting for purge to start
2022-08-22 16:06:46 0 [Note] InnoDB: 10.4.24 started; log sequence number 344205; transaction id 318
2022-08-22 16:06:46 0 [Note] InnoDB: Loading buffer pool(s) from D:\xmapp\mysql\data\ib_buffer_pool
2022-08-22 16:06:46 0 [Note] Plugin 'FEEDBACK' is disabled.
2022-08-22 16:06:47 0 [Note] Server socket created on IP: '::'.
Thanks for your help.

XAMPP - MYSQL Shutdown Unexpectedly 2

I tried to launch MySql on xampp and this error appeared
16:11:30 [mysql] Attempting to start MySQL app...
16:11:30 [mysql] Status change detected: running
16:11:33 [mysql] Status change detected: stopped
16:11:33 [mysql] Error: MySQL shutdown unexpectedly.
16:11:33 [mysql] This may be due to a blocked port, missing dependencies,
16:11:33 [mysql] improper privileges, a crash, or a shutdown by another method.
16:11:33 [mysql] Press the Logs button to view error logs and check
16:11:33 [mysql] the Windows Event Viewer for more clues
16:11:33 [mysql] If you need more help, copy and post this
16:11:33 [mysql] entire log window on the forums
2021-05-31 16:11:30 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2021-05-31 16:11:30 0 [Note] InnoDB: Uses event mutexes
2021-05-31 16:11:30 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2021-05-31 16:11:30 0 [Note] InnoDB: Number of pools: 1
2021-05-31 16:11:30 0 [Note] InnoDB: Using SSE2 crc32 instructions
2021-05-31 16:11:30 0 [Note] InnoDB: Initializing buffer pool, total size = 16M, instances = 1, chunk size = 16M
2021-05-31 16:11:30 0 [Note] InnoDB: Completed initialization of buffer pool
2021-05-31 16:11:30 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
2021-05-31 16:11:30 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2021-05-31 16:11:30 0 [Note] InnoDB: Setting file 'C:\xampp\mysql\data\ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2021-05-31 16:11:30 0 [Note] InnoDB: File 'C:\xampp\mysql\data\ibtmp1' size is now 12 MB.
2021-05-31 16:11:30 0 [Note] InnoDB: Waiting for purge to start
2021-05-31 16:11:30 0 [Note] InnoDB: 10.4.13 started; log sequence number 2590483; transaction id 4333
2021-05-31 16:11:30 0 [Note] InnoDB: Loading buffer pool(s) from C:\xampp\mysql\data\ib_buffer_pool
2021-05-31 16:11:30 0 [Note] Plugin 'FEEDBACK' is disabled.
2021-05-31 16:11:30 0 [Note] Server socket created on IP: '::'.
It was completely fine until now.
What is this error and how do i fix it?

MySQL from XAMPP not starting anymore. Port is not the problem

I'm using XAMPP for Windows and MySql was working fine for the longest time, but now (after a Windows update I think) it crashes on start-up. When I click on "Start" in the Control Panel, I get a short flash of the PID and Port 3306 before it shuts down again.
This is the error I get in XAMPP:
09:14:09 [mysql] Error: MySQL shutdown unexpectedly.
09:14:09 [mysql] This may be due to a blocked port, missing dependencies,
09:14:09 [mysql] improper privileges, a crash, or a shutdown by another method.
09:14:09 [mysql] Press the Logs button to view error logs and check
09:14:09 [mysql] the Windows Event Viewer for more clues
09:14:09 [mysql] If you need more help, copy and post this
09:14:09 [mysql] entire log window on the forums
This is the last entry in the error log:
2020-08-06 9:10:27 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2020-08-06 9:10:27 0 [Note] InnoDB: Uses event mutexes
2020-08-06 9:10:27 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2020-08-06 9:10:27 0 [Note] InnoDB: Number of pools: 1
2020-08-06 9:10:27 0 [Note] InnoDB: Using SSE2 crc32 instructions
2020-08-06 9:10:27 0 [Note] InnoDB: Initializing buffer pool, total size = 16M, instances = 1, chunk size = 16M
2020-08-06 9:10:27 0 [Note] InnoDB: Completed initialization of buffer pool
2020-08-06 9:10:28 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
2020-08-06 9:10:28 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2020-08-06 9:10:28 0 [Note] InnoDB: Setting file 'C:\Environment\XAMPP\mysql\data\ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2020-08-06 9:10:28 0 [Note] InnoDB: File 'C:\Environment\XAMPP\mysql\data\ibtmp1' size is now 12 MB.
2020-08-06 9:10:28 0 [Note] InnoDB: Waiting for purge to start
2020-08-06 9:10:28 0 [Note] InnoDB: 10.4.13 started; log sequence number 40471727; transaction id 36256
2020-08-06 9:10:28 0 [Note] InnoDB: Loading buffer pool(s) from C:\Environment\XAMPP\mysql\data\ib_buffer_pool
2020-08-06 9:10:28 0 [Note] Plugin 'FEEDBACK' is disabled.
2020-08-06 9:10:28 0 [Note] InnoDB: Buffer pool(s) load completed at 200806 9:10:28
2020-08-06 9:10:28 0 [Note] Server socket created on IP: '::'.
I have already checked the port (3306): Nothing is blocking it. I have no other instances of MySQL running on my computer. Neither in the Task-Manager nor in the services.msc. But just to be sure I changed the port for MySql to 3308, but it still wouldn't start.
I also tried deleting ibdata1, ib_logfile0,ib_logfile1,ib_logfile101 in xampp/mysql/data.
The last thing I tried was setting up IPv6 which I know was a hail mary.
Any help would be appreciated.
I solved it by doing this:
https://stackoverflow.com/a/11013868/11824001
And then following the error messages I was getting in PhPMyAdmin.
Turns out my mysql.db table was corrupted and had to be repaired with:
use mysql
repair table db;

Automatic shutdown error within Xammp and MySQL

I am trying to start the mysql portion of xammp and i got a log issue i went into the logs and this is the error code any idea what could have gone wrong
Power cycling my system to see whether or not it was just an error
i have tried to open myphp admin to view this but i cannot due to the system being local and without mysql being opened within xammp it will not connect
Here is the log error from xammp:
13:32:11 [mysql] Attempting to start MySQL app...
13:32:11 [mysql] Status change detected: running
13:32:15 [mysql] Status change detected: stopped
13:32:15 [mysql] Error: MySQL shutdown unexpectedly.
13:32:15 [mysql] This may be due to a blocked port, missing dependencies,
13:32:15 [mysql] improper privileges, a crash, or a shutdown by another method.
13:32:15 [mysql] Press the Logs button to view error logs and check
13:32:15 [mysql] the Windows Event Viewer for more clues
13:32:15 [mysql] If you need more help, copy and post this
13:32:15 [mysql] entire log window on the forums
and here is the error within the log file:
InnoDB: using atomic writes.
2019-10-29 13:32:11 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2019-10-29 13:32:11 0 [Note] InnoDB: Uses event mutexes
2019-10-29 13:32:11 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2019-10-29 13:32:11 0 [Note] InnoDB: Number of pools: 1
2019-10-29 13:32:11 0 [Note] InnoDB: Using SSE2 crc32 instructions
2019-10-29 13:32:11 0 [Note] InnoDB: Initializing buffer pool, total size = 16M, instances = 1, chunk size = 16M
2019-10-29 13:32:11 0 [Note] InnoDB: Completed initialization of buffer pool
2019-10-29 13:32:13 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
2019-10-29 13:32:13 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2019-10-29 13:32:13 0 [Note] InnoDB: Setting file '\University\Year 2\Web Development\Xampp\xampp\mysql\data\ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2019-10-29 13:32:13 0 [Note] InnoDB: File '\University\Year 2\Web Development\Xampp\xampp\mysql\data\ibtmp1' size is now 12 MB.
2019-10-29 13:32:14 0 [Note] InnoDB: Waiting for purge to start
2019-10-29 13:32:14 0 [Note] InnoDB: 10.4.6 started; log sequence number 14874307; transaction id 11655
2019-10-29 13:32:14 0 [Note] InnoDB: Loading buffer pool(s) from E:\University\Year 2\Web Development\Xampp\xampp\mysql\data\ib_buffer_pool
2019-10-29 13:32:14 0 [Note] Plugin 'FEEDBACK' is disabled.
2019-10-29 13:32:14 0 [Note] Server socket created on IP: '::'.

MySQL on XAMPP unable to run

I started using XAMPP about two days ago and out of the blue it stopped working I tried to check the error I was having that said:
Error: MySQL shutdown unexpectedly.
10:56:40 [mysql] This may be due to a blocked port, missing dependencies,
10:56:40 [mysql] improper privileges, a crash, or a shutdown by another method.
10:56:40 [mysql] Press the Logs button to view error logs and check
10:56:40 [mysql] the Windows Event Viewer for more clues
10:56:40 [mysql] If you need more help, copy and post this
10:56:40 [mysql] entire log window on the forums
But all the fixed I found and the ones I thought might possible didn't solve the problem.
I checked the log error but didn't know what exactly is wrong
the error log is as follow:
2019-07-02 10:56:32 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2019-07-02 10:56:32 0 [Note] InnoDB: Uses event mutexes
2019-07-02 10:56:32 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2019-07-02 10:56:32 0 [Note] InnoDB: Number of pools: 1
2019-07-02 10:56:32 0 [Note] InnoDB: Using SSE2 crc32 instructions
2019-07-02 10:56:32 0 [Note] InnoDB: Initializing buffer pool, total size = 16M, instances = 1, chunk size = 16M
2019-07-02 10:56:32 0 [Note] InnoDB: Completed initialization of buffer pool
2019-07-02 10:56:32 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
2019-07-02 10:56:32 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2019-07-02 10:56:32 0 [Note] InnoDB: Setting file 'C:\xampp\mysql\data\ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2019-07-02 10:56:32 0 [Note] InnoDB: File 'C:\xampp\mysql\data\ibtmp1' size is now 12 MB.
2019-07-02 10:56:32 0 [Note] InnoDB: Waiting for purge to start
2019-07-02 10:56:32 0 [Note] InnoDB: 10.3.16 started; log sequence number 1824338; transaction id 303
2019-07-02 10:56:32 0 [Note] InnoDB: Loading buffer pool(s) from C:\xampp\mysql\data\ib_buffer_pool
2019-07-02 10:56:32 0 [Note] Plugin 'FEEDBACK' is disabled.
2019-07-02 10:56:32 0 [Note] Server socket created on IP: '::'.
Can someone please help?
Check if there is another app that is using the port 3306. If so, you have to kill the process and start again the mysql service.