I can’t start Xampp

Asked

Viewed 123 times

-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.

1 answer

1

Use in CMD the command: netstat -a -n -o | findstr mysql port, if it is in use, kill it and try again: Taskkill /PID pid /F (change pid by the number that netstat provided).

  • Unfortunately it is not in use, worse that I can not uninstall because if I will not lose all bds.

  • and make a copy of the folder and install another version on top?

  • I tried to do this, but some tables ended up being corrupted, but I will try to create them the same as before, it will be difficult because there were many, you can not imagine my anger kk, but thank you.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.