I am setting XAMPP v3.2.2
and my MySQL
is not working, follow the error :
Error: MySQL shutdown unexpectedly.
5:54:11 PM [mysql] This may be due to a blocked port, missing dependencies,
5:46:11 PM [mysql] improper privileges, crash, or shutdown by another method.
5:54:11 PM [mysql] Press the Logs button to view error logs and check
5:46:11 PM [mysql] the Windows Event Viewer for more clues
5:54:11 PM [mysql] If you need more help, copy and post this
5:46:11 PM [mysql] entire log window on the forums
Solutions found on the Internet boil down to deleting the ibdata1 file in the xampp/mysql/data
directory. This solution did not work because I delete the file and run MySQL
in Control Panel
of Xampp
it creates that file again.
And the other solution would be to change the port that by default is 3306 , was changed to 3307 , but to no avail as well.
Would anyone else have a possible solution?