Hii,
Is it possible to use mysql_connect()
behind a proxy server. I am trying to connect to an external db, which basically is on my hosting servers. I am behind my university proxy.
Hii,
Is it possible to use mysql_connect()
behind a proxy server. I am trying to connect to an external db, which basically is on my hosting servers. I am behind my university proxy.
FWIK and according to the answer in mysql proxy socks, mysql does not offer support to connect via proxies. See the linked answer how you can go around this.