Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Connect to MySQL server via VPN
Message
 
À
20/08/2006 23:52:40
Aaron K. Y. Chu
Health & Care Co. Ltd.
Hong Kong, Hong Kong
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
01147178
Message ID:
01147214
Vues:
14
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform