Unicode version of the driver 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 UNICODE Driver};Server=localhost;Database=myDataBase;
User
=myUsername;
Password=myPassword;Option=3;

"MySQL ODBC 5.2 UNICODE Driver" is the new name for "MySQL ODBC 5.1w Driver".

"MySQL ODBC 5.2 ANSI Driver" is the new name for "MySQL ODBC 5.1a Driver".