Skip parameter checks for stored routines using MySqlConnection

Connection string

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

Default behaviour is that parameters for stored routines (stored procedures) are checked against the server

Server=myServerAddress;Database=myDataBase;Uid=myUsername;Pwd=myPassword;
CheckParameters
=False;

Some permissions and value casting related errors reported fixed when using this connection option.