Compress network communication between client and server 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;
UseCompression=True;