Connection state reset when obtained from pool 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;
ConnectionReset
=True;

Makes an additional round trip to the server when obtaining a connection from the pool and connection state will be reset.