Inactivating prepared statements using MySqlConnection

Connection string

This MySQL Connector/Net connection string can be used for connections to MySQL.

Use this one to instruct the provider to ignore any command prepare statements and prevent corruption issues with server side prepared statements.

Server=myServerAddress;Database=myDataBase;Uid=myUsername;Pwd=myPassword;
Ignore Prepare
=true;

The option was added in Connector/NET version 5.0.3 and Connector/NET version 1.0.9.