Click here to Skip to main content
15,888,610 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How to connect with mysql database with proxy setting from remote server.   
Posted
Comments
Zoltán Zörgő 17-Jan-13 16:27pm    
Any progress?

This discussion[^] might help you out.
 
Share this answer
 
In general mysql can not use http on socks proxy. You could (depends on many things) use VPN, but it is resource expensive, or a https tunnel, see : http://realprogrammers.com/how_to/set_up_an_ssh_tunnel_with_putty.html[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900