| re: #2003 - The server is not responding
Hi.
So, just to clarify...
You have two different server packages on the same computer? (Plesk and XAMPP)
Each has installed their own MySQL server, and only the one for XAMPP is working?
The first thing that comes to mind is a port conflict.
MySQL usually uses port 3306, and if you want two servers to co-exist peacefully, they must be set to use different ports.
If both MySQL servers are set to use the same port, only the first to start would work.
The second should not work. (On account of the port already being in use.)
If they are set to use different ports, perhaps the Plesk software is set to use the wrong one?
So when it tries to connect, it connects to the wrong one.
You need to figure out which ports your MySQL servers are on and set your server software to connect to the right ports.
The port MySQL uses is set in the my.cnf file. (Or my.ini, on Windows)
As an afterthought...
Is there a reason why you have two different MySQL servers?
Both of your server packages should be able to connect to the same MySQL server.
You should look into that ;)
|