Before installing the Connector/ODBC drivers on Windows:
Make sure your Microsoft Data Access Components (MDAC) are up to date. You can obtain the latest version from the Microsoft Data Access and Storage website.
-
Make sure the Visual C++ Redistributable for Visual Studio is installed.
Connector/ODBC 8.0.14 or higher: VC++ Runtime 2015 or VC++ Runtime 2017
Connector/ODBC 8.0.11 to 8.0.13: VC++ Runtime 2015
Connector/ODBC 5.3: VC++ Runtime 2013
Use the version of the package that matches the system type of your Connector/ODBC driver: use the 64-bit version (marked by “x64” in the package's title and filename) if you are running a 64-bit driver, and use the 32-bit version (marked by “x86” in the package's title and filename) if you are running a 32-bit driver.
OpenSSL is a required dependency. The MSI package bundles OpenSSL libraries used by Connector/ODBC while the Zip Archive does not and requires that you install OpenSSL on the system.
There are different distribution types to use when installing for Windows. The software that is installed is identical in each case, only the installation method is different.
MSI: The Windows MSI Installer Package wizard installs Connector/ODBC. Download it from https://dev.mysql.com/downloads/connector/odbc/. Configure ODBC connections using Chapter 5, Configuring Connector/ODBC after the installation.
Zip Archive: Contains DLL files that must be manually installed. See Section 4.1.1, “Installing the Windows Connector/ODBC Driver Using the Zipped DLL Package” for additional details.
Connector/ODBC 8.0 and below: MySQL Installer: The general MySQL Installer application for Windows can install, upgrade, configure, and manage most MySQL 8.0 products, including Connector/ODBC 8.0 and its prerequisites. Download it from http://dev.mysql.com/downloads/windows/installer/ and see the MySQL Installer documentation for additional details. This is not a Connector/ODBC specific installer.