Standard using Devarts MySqlConnection

Connection string

This dotConnect for MySQL (former MyDirect.NET and Core Labs MySQLDirect.NET) connection string can be used for connections to MySQL.

User ID=root;Password=myPassword;Host=localhost;Port=3306;Database=myDataBase;
Direct
=true;
Protocol=TCP;Compress=false;Pooling=true;Min Pool Size=0;
Max Pool Size
=100;
Connection Lifetime=0;