MySQL Forums
Forum List  »  Connector/C++

C + + MySQL through a proxy
Posted by: yaroslav7522 yaroslav7522
Date: May 31, 2012 08:16AM

Hi, I programmed in C + + Builder 6. In connection with the database using:
mysql_server_init(0, NULL, NULL);
db = mysql_init(NULL);
Con= mysql_real_connect(db, "ip", "user", "pass", "base_name", 3306, NULL, 0);
When a direct Internet connection is working, and when the network (http proxy)- it does not work. How to fix it? Thank you.

Options: ReplyQuote


Subject
Views
Written By
Posted
C + + MySQL through a proxy
1958
May 31, 2012 08:16AM


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.