MySQL Forums
Forum List  »  Router & Proxy

Re: mysql-proxy listens only localhost clients
Posted by: Diego Medina
Date: May 05, 2008 08:38PM

what is the whole string of parameters you sent to the proxy?

I assume you have something like:

mysql-proxy  --proxy-address=127.0.0.1:3306
which tells the proxy to only listen to IP 127.0.0.1 (which is local host)

use instead


mysql-proxy  --proxy-address=192.168.1.2:3306

assuming that the real ip of your XP machine is 192.168.1.2 (replace it for the real IP)

Let me know if this is not the case.

Diego Medina
Web Developer
http://www.fmpwizard.com

P.S. Please read this post if you are going to post code

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: mysql-proxy listens only localhost clients
4389
May 05, 2008 08:38PM


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.