Local database using MySQL ODBC 5.2
Connection string
This MySQL Connector/ODBC 5.2 connection string can be used for connections to MySQL.
Driver={MySQL ODBC 5.2 ANSI Driver};Server=localhost;Database=myDataBase;
User=myUsername;Password=myPassword;Option=3;