Re: mysql-proxy listens only localhost clients
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
Subject
Views
Written By
Posted
5935
May 05, 2008 05:26PM
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.