Tech/MySQL
MySQL ODBC 5.3 Driver 설치 오류 : ODBC error 13 / Error Code 126
멋지다마라송
2017. 3. 17. 02:12
728x90
MySQL ODBC 5.3 Driver 설치 오류 : ODBC error 13 / 오류 코드 126
https://dev.mysql.com/downloads/connector/odbc/
여기에서 다운받은 MySQL ODBC 설치시 아래와 같은 에러가 난다면.
Error 1918.Error installing ODBC driver MySQL ODBC 5.3 ANSI Driver, ODBC error 13: MySQL ODBC 5.3 ANSI Driver ODBC 드라이버의 설치 루틴을 시스템 오류 코드 126 때문에 로드하지 못했습니다. 지정된 모듈을 찾을 수 없습니다...
Microsoft Visual C++ 2010 Redistributable Package (x64)
https://www.microsoft.com/en-us/download/confirmation.aspx?id=14632
그래도 안되면
Visual C++ Redistributable for Visual Studio 2012 Update 4
https://www.microsoft.com/en-us/download/details.aspx?id=30679
설치후
C:\Windows\System32\msvcr100_clr0400.dll 파일명을 msvcr100.dll 으로 변경.
이후 Mysql ODBC 설치.
반응형