Today, when I was doing the database configuration of mysql with the packaging tool, I found that the target machine was always reporting an error when installing ODBC driver.
Error notification: Error 1918. Error driver MySQL ODBC5.3 ANSI driver,ODBC Error 13: unable to load the installation routines of MySQL ODBC5.3 ANSI driver ODBC driver,
Because there is a system error code 126: The specified module cannot be found.
The error report figure is as follows:
This error is very confusing, I have been thinking that it is a permission problem, checked for a long time, finally, after searching, found that the VC2010 library has not been installed…
After installing the libraries for the corresponding system version, install the ODBC driver again and you are ready to install correctly.
The official download address of the VC2010 library of the corresponding system is attached:
Microsoft Visual C++ 2010 redistributable component package (x64)
Microsoft Visual C++ 2010 redistributable component package (x86)
Error notification: Error 1918. Error driver MySQL ODBC5.3 ANSI driver,ODBC Error 13: unable to load the installation routines of MySQL ODBC5.3 ANSI driver ODBC driver,
Because there is a system error code 126: The specified module cannot be found.
The error report figure is as follows:
This error is very confusing, I have been thinking that it is a permission problem, checked for a long time, finally, after searching, found that the VC2010 library has not been installed…
After installing the libraries for the corresponding system version, install the ODBC driver again and you are ready to install correctly.
The official download address of the VC2010 library of the corresponding system is attached:
Microsoft Visual C++ 2010 redistributable component package (x64)
Microsoft Visual C++ 2010 redistributable component package (x86)
PS: MYSQL officially provides the command line version of the ODBC driver installation, this version is very strange, if you are a 64-bit system, after the installation of the 32-bit version of the VC2010 library, use the green version of the installation, in the system ODBC inside the driver column to see is no version, release company driver, but still can be used.
This is not recommended, but use the corresponding version of the library to install.
Read More:
- Error in installing MySQL devel for CentOS MySQL
- Summary of errors in installing texlive2017
- Qt development, using ODBC interface, query mysql, appear qsqlquery:: Value: not positioned on a valid record
- MySQL startup problem (ERROR 1045 (28000): Access denied for user’ODBC’@’localhost’ (using password: NO))
- Summary of problems encountered in compiling and installing vtk7 + vs2013 / 2015 + cmake
- Errors encountered by elasticsearch in creating index and mapping
- A series of errors encountered in connecting to the database using Oracle SQL developer
- Troubleshooting of errors in installing elasticsearch
- Compilation errors and warnings encountered in QT and their solutions
- Solution to the error of ODBC driver in windows installation of Postgres database
- After installing MySQL again under Linux, the solution of ‘MySQL module failed to start’ appears
- Error in ODBC connection of Dameng database, [ISQL] error: could not SQLConnect
- Solve MySQL installation error: initializing database prompts an error when installing mysql
- The MySQL load data command parses and handles error 29 (errCode: 13) errors (in the Ubuntu environment)
- Error encountered while installing fftw
- Failed to build gem native extension encountered while installing sass
- Solutions to problems encountered when installing isc-dhcp-server on debian9.6
- Errors encountered when integrating activiti6 with springboot
- Windows encountered 1152 when installing software: error extracting files to the temporary location
- Solve the problem of error loading MySQL DB module. Encountered during Django project