How to define named pipes in MySQL

This article defines the connection string through which named pipes are defined in MySQL
  • 2429

Named pipes are used for inter-process communication between different processes running on a system. It is supported by number of Network Operating Systems (NOSs) like Netware and LAN Manager. Connection string used to create named pipes is given below

Server=specifiedServerAddress;Port=-1;Database=specifiedDatabase;Uid=Username;Pwd=Password;

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.