Named pipes protocol using MySqlConnection

Connection string

This MySQL Connector/Net connection string can be used for connections to MySQL.

Server=myServerAddress;Database=myDataBase;Uid=myUsername;Pwd=myPassword;
Protocol
=pipe;
PipeName=mypipename;

It's possible to explicit set the pipe name used for communication, if not set, 'mysql' is the default value.