Introduction to remote database in MySQL connector

This article deals with basic commands related to Remote database in MySQL Connector.
  • 1486

Remote Database

Remote database is server database requiring the actual IP address or the server's name. Remote database access is a protocol standard to database access. To implement the remote database in MySQL connector use the following connection string.

Driver={MySQL ODBC4.3 Driver};Server=myServerAddress;Database=myDataBase;User=Username; Password=Password;Option=2;

Ask Your Question

Got a programming related question? You may want to post your question here

Programming Answers here

Categories

More Articles

© 2020 DotNetHeaven. All rights reserved.