MySQL Forums
Forum List  »  Knowledge Base

Re: error code 2013
Posted by: Tor Svenke
Date: January 29, 2008 01:35PM

Have had exactly the same situation. 2 approaches:

1) Get the system to work. Changed port in my.ini to 3307 (and in Tools and the phpMyadmin config). Everything works fine.

2) Try some debugging. Used netstat to see who is blocking port 3306. Discovered same PID also at port 20 and 8080. This PID is not in the list of current processes - meaning PsKill can not deal with it. What next?

Options: ReplyQuote


Subject
Views
Written By
Posted
5022
August 23, 2007 09:37PM
Re: error code 2013
3074
January 29, 2008 01:35PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.