How to run c# and 5095 server in one vps.

03/23/2012 08:23 riah64#1
Hi! Im planning to run both 5375 (c# server) and a 5095 (tq bin) in one vps. My problem is, both sources uses mysql with different version and the same port (3306). I tried changing the ports. It did changed, and it now listens on port 3307 (i change the other mysql to use 3307). But when i run the c# server, it has an error saying something like "cant connect to any of the host". but when i change the listening port back to 3306, it did connect without errors. I have already tried searching the port 3306 in the source, but i cant seem to find it (it just dont exist on the source!).
So the questions are:

What should i do to run both c# and tq bin server in one vps?
Is there a way to do it?
What to do next?

Thanks in advance.
03/23/2012 12:58 -impulse-#2
In your C# source add at the connection string that you use for mysql Port=3307 .
03/23/2012 16:18 riah64#3
uhmm. How am i gonna add "port = 3307" in the source? I already tried searching for phrases like "port=", "port =", its just not there. im using 5375 source btw.
03/23/2012 16:34 2slam#4
Quote:
Originally Posted by riah64 View Post
uhmm. How am i gonna add "port = 3307" in the source? I already tried searching for phrases like "port=", "port =", its just not there. im using 5375 source btw.
have u searched in app.config?
Port=3306
03/23/2012 16:38 riah64#5
Quote:
Originally Posted by 2slam View Post
have u searched in app.config?
Port=3306
Yes i already did..not there..