Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Connect to MySQL server via VPN
Message
 
To
20/08/2006 23:52:40
Aaron K. Y. Chu
Health & Care Co. Ltd.
Hong Kong, Hong Kong
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
01147178
Message ID:
01147214
Views:
13
Hi,

>VPN is getting popular, how can I connect to MySQL server via VPN??

Connecting to MySQL via a VPN is no different from connecting to MySQL in a local network. In both cases you specify the server by name or IP address:
lnHandle = SQLSTRINGCONNECT( ;
  "DRIVER={MySQL ODBC 3.51 Driver};SERVER=192.1668.199.65;PORT=3306;DATABASE=AFP3;OPTION=19035;UID=AFP3;PWD=AFP3" ;
)
--
Christof
Previous
Reply
Map
View

Click here to load this message in the networking platform