Local environment:
operating system – windows7 32 bit
MYSQL version – MYSQL Ver 14.14 Distrib 5.7.25, for Win32 (AMD64)
Execution process:
- start – control panel – systems and security – management tools – data source (ODBC) wanted to add MYSQL, found that MYSQL could not be found. An error was reported during the installation of mysql-Connector-ODBc-8.0.15-Win32 (mysql 5.7 supported) on the official website.
Error contents:
Error installing ODBC driver MySQL ODBC5.3 ANSI
Driver,ODBC error 13:Unable to load MySQL ODBC5.3 ANSI Driver ODBC driver
Installation routine, because there is a system error code 126: ... \Myodbc5S.dll) cannot find the specified module.
Solutions:
Solution 1: general online solution: install Microsoft Visual C++ 2013 Redistributable Package above. Verification results: Installing mysql-Connector-ODBC still prompts for the same error message after the following three versions are installed on the machine.
Microsoft Visual C++ 2015 Redistributable Package
Microsoft Visual C++ 2013 Redistributable Package
Microsoft Visual C++ 2010 Redistributable Package
Solution 2: Replace the lower version of mysql-Connector-ODBC. Try installing mysql-connector-odbc-5.1.13-win32.msi verification solution :(the current environment has all three versions of vc++ installed) install the lower version (5.1.13) successfully! The ODBC data source manager was able to successfully create the user data source.
Read More:
- FreeSWITCH installation error “You must install libyuv-dev to build mod_fsv” solution
- [Solved] gocad2017 Install error: The installation of MSVC_2010_SP1_x64_32bit has failed.
- Mac: How to Install homebrew, nginx, PHP and MySQL
- Ubuntu install psycopg2 times: fatal error: libpq Fe. H: there is no solution to that file or directory
- How To Install Java with Apt-Get on Ubuntu 16.04
- [Solved] Acrobat DC 2022 Install Error: Cannot Install Acrobat Update Service
- Debian: How to install MariaDB
- Mydumper Install Error: None of the required ‘glib-2.0’/’gthread-2.0’ found
- How to Install FFmpeg on Linux
- [Solved] faiss Failed to install Error: No version of faiss found that meets the requirements
- Automatic installation of NVIDIA 3090 video card driver
- Yaml Install ERROR: Cannot uninstall ‘PyYAML’.
- Macos: How to Solve cocoapods Install Error
- How to Install MongoDB Community Edition Manually on mac and linux
- Homebrew installation strategy of M1 MAC based on ARM architecture
- Error in PostgreSQL installation of win10
- How To Install WordPress with LAMP on Ubuntu 16.04
- [Solved] Win10 install Ubuntu error: wslregisterdistribution failed with error: 0x8007019e
- How to Solve Cython-bbox pip install Error
- How to Use pychar to run tensorflow and virtualenv (How to install tensorflow)