Introduction to TCP/IP Port in MySQL

This article deals with basic commands related to TCP/IP in MySQL Connector.
  • 1524

TCP/IP stands for Transmission Control Protocol/Internet Protocol. These are the basic protocol for the internet. These port are the Internet socket port numbers which is used for communication by the transport layer. Internet Protocol is the set of protocol which is used for internet and other networks. To specify TCP/IP port in MYODBC use following string.

Driver={MySQL};Server=SpecifiedServerAddress;Port=3306;Option=23456;Stmt=; Database=specifiedDataBase; User=Username;Password=Password;

NOTE: 3306 is the default value of the port.

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.