Explain Network protocol in MySQL

In this article we discuss about specification of Network protocol in MySQL.
  • 2608

Introduction

Network protocols are a set of rules that defines the communication between the computer and the network and is responsible for speed of data transfer etc. The following command is used for specifying the necessary network protocol used for connection.

Server=specifiedServerAddress;Database=specifiedDataBase;Uid=specifiedUsername;Pwd=specifiedPassword; Protocol=tcp;

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.