64 bit version of the driver using MySQL ODBC 5.1

Connection string

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

Note the "w" in the driver name.

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