Disable transaction participation using MySqlConnection
Connection string
This MySQL Connector/Net connection string can be used for connections to MySQL.
The use of auto enlist transactionscope (default behaviour) could cause trouble in medium trust environments.
Server=myServerAddress;Database=myDataBase;Uid=myUsername;Pwd=myPassword;
AutoEnlist=False;