Enable performance counters 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;
UsePerformanceMonitor=True;