-1
While trying to start Mysql in xampp as usual, this error occurred:
Error: MySQL shutdown unexpectedly.
14:04:23 [mysql] This may be due to a blocked port, missing dependencies,
14:04:23 [mysql] improper privileges, a crash, or a shutdown by another method.
14:04:23 [mysql] Press the Logs button to view error logs and check
14:04:23 [mysql] the Windows Event Viewer for more clues
14:04:23 [mysql] If you need more help, copy and post this
14:04:23 [mysql] entire log window on the forums
I’ve looked at some places to try to solve, but none of these methods have solved:
- Open the task manager and end the mysqld process (It does not appear in my manager).
- Go to
C:\xampp\mysql\data
and delete aria_log, ib_buffer, ib_logfile, ibdata1, multi-master, mysql_error and etc (When deleting and trying to start Mysql, they are created again). - Change a Skype port, but I don’t have it installed.
If uninstall and install I will lose my databases, I’m a little worried about this situation kkk, I thank you already.
You probably have two mysqls installed on your machine, the skype port has nothing to do with this, only when it is apache that is in error, your case is mysql that is in trouble.
– Guilherme Nascimento