XAMPP, Apache - Error: MySQL shutdown unexpectedly - mysql

yesterday I worked full time on my XAMPP server. This morning, I opened it as usual as an administrator and MySQL didn't want to start. This is the message on the panel:
14:03:43 [mysql] Attempting to start MySQL app...
14:03:43 [mysql] Status change detected: running
14:03:45 [mysql] Status change detected: stopped
14:03:45 [mysql] Error: MySQL shutdown unexpectedly.
14:03:45 [mysql] This may be due to a blocked port, missing dependencies,
14:03:45 [mysql] improper privileges, a crash, or a shutdown by another method.
14:03:45 [mysql] Press the Logs button to view error logs and check
14:03:45 [mysql] the Windows Event Viewer for more clues
14:03:45 [mysql] If you need more help, copy and post this
14:03:45 [mysql] entire log window on the forums
so I started searching inside the mysql_error.log and I found this:
2020-10-02 14:03:43 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2020-10-02 14:03:43 0 [Note] InnoDB: Uses event mutexes
2020-10-02 14:03:43 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2020-10-02 14:03:43 0 [Note] InnoDB: Number of pools: 1
2020-10-02 14:03:43 0 [Note] InnoDB: Using SSE2 crc32 instructions
2020-10-02 14:03:43 0 [Note] InnoDB: Initializing buffer pool, total size = 16M, instances = 1, chunk size = 16M
2020-10-02 14:03:43 0 [Note] InnoDB: Completed initialization of buffer pool
2020-10-02 14:03:43 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
2020-10-02 14:03:43 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2020-10-02 14:03:43 0 [Note] InnoDB: Setting file 'C:\xampp\mysql\data\ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2020-10-02 14:03:43 0 [Note] InnoDB: File 'C:\xampp\mysql\data\ibtmp1' size is now 12 MB.
2020-10-02 14:03:43 0 [Note] InnoDB: Waiting for purge to start
2020-10-02 14:03:43 0 [Note] InnoDB: 10.4.11 started; log sequence number 47064; transaction id 9
2020-10-02 14:03:43 0 [Note] InnoDB: Loading buffer pool(s) from C:\xampp\mysql\data\ib_buffer_pool
2020-10-02 14:03:43 0 [Note] Plugin 'FEEDBACK' is disabled.
2020-10-02 14:03:43 0 [Note] InnoDB: Buffer pool(s) load completed at 201002 14:03:43
2020-10-02 14:03:43 0 [Note] Server socket created on IP: '::'.
I tried everything but nothing worked. Also deleting the file ibdata1 is not working. Can someone help please?

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 not starting - XAMPP

I am new to MySQL and I don't know why but MySQL does not start with XAMPP.
I thought that the 3306 port was blocked but I checked and nothing is running on that port.
If I go to XAMPP this is what is printed:
10:23:52 [mysql] Status change detected: running
10:23:54 [mysql] Status change detected: stopped
10:23:54 [mysql] Error: MySQL shutdown unexpectedly.
10:23:54 [mysql] This may be due to a blocked port, missing dependencies,
10:23:54 [mysql] improper privileges, a crash, or a shutdown by another method.
10:23:54 [mysql] Press the Logs button to view error logs and check
10:23:54 [mysql] the Windows Event Viewer for more clues
10:23:54 [mysql] If you need more help, copy and post this
10:23:54 [mysql] entire log window on the forums
And this is the log of the error:
2020-12-16 10:17:54 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2020-12-16 10:17:54 0 [Note] InnoDB: Uses event mutexes
2020-12-16 10:17:54 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2020-12-16 10:17:54 0 [Note] InnoDB: Number of pools: 1
2020-12-16 10:17:54 0 [Note] InnoDB: Using SSE2 crc32 instructions
2020-12-16 10:17:54 0 [Note] InnoDB: Initializing buffer pool, total size = 16M, instances = 1, chunk size = 16M
2020-12-16 10:17:54 0 [Note] InnoDB: Completed initialization of buffer pool
2020-12-16 10:17:55 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
2020-12-16 10:17:55 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2020-12-16 10:17:55 0 [Note] InnoDB: Setting file 'C:\xampp\mysql\data\ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2020-12-16 10:17:55 0 [Note] InnoDB: File 'C:\xampp\mysql\data\ibtmp1' size is now 12 MB.
2020-12-16 10:17:55 0 [Note] InnoDB: Waiting for purge to start
2020-12-16 10:17:55 0 [Note] InnoDB: 10.4.14 started; log sequence number 1699607; transaction id 3902
2020-12-16 10:17:55 0 [Note] InnoDB: Loading buffer pool(s) from C:\xampp\mysql\data\ib_buffer_pool
2020-12-16 10:17:55 0 [Note] Plugin 'FEEDBACK' is disabled.
2020-12-16 10:17:55 0 [Note] Server socket created on IP: '::'.
Can someone help me to solve this problem?
Follow below instruction
1.exit Xampp server
2.go to your C:\xampp\mysql\data directory
3.delete the ibdata1 file
4.restart xampp server

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.