How to define socket in MySQL Connector

This article explains commands used to specify sockets in MySQL for different connections.
  • 2497

Introduction

Socket can be defined as one end point of a two-way communication link between two programs running on the networks. The following command specifies the socket used for various client connections.

Driver={MySQL ODBC 3.51.17 Driver};Server=SpecifiedServerAddress;Database=SpecifiedDatabase;User=Username; Password=Password;Socket=NameOfNamedPipe;Option=2;
 
Further Readings

You may also want to read these related articles.

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.