Local database using MySQL ODBC 3.51 Driver

Connection string

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

Driver={MySQL ODBC 3.51 Driver};Server=localhost;Database=myDataBase;
User
=myUsername;
Password=myPassword;Option=3;