Unix socket connection 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
=memory;
Shared Memory Name=MYSQL;

It's possible to explicit set the shared memory object name used for communication.