Version 5.2.5 new name using MySQL ODBC 5.1

Connection string

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

MySQL ODBC Connector version 5.2.5 and above register itself as "MySQL ODBC 5.2 Unicode Driver" and "MySQL ODBC 5.2 ANSI Driver".

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

See version 5.2 connection strings HERE