mysql connector配置_mysql connector odbc配置注意事项
官方下載:
http://dev.mysql.com/downloads/connector/odbc/
有64位和32位版本,要根據(jù)自己的office版本是32還是64的安裝
1、版本匹配問題:
[Microsoft][ODBC 驅(qū)動(dòng)程序管理器] 在指定的 DSN 中,驅(qū)動(dòng)程序和應(yīng)用程序之間的體系結(jié)構(gòu)不匹配
SQL Server自帶有兩個(gè)版本的odbc配置程序:
64位版的位置:C:\windows\system32\odbcad32.exe
32位版的位置:C:\windows\sysWOW64\odbcad32.exe 在64位操作系統(tǒng)上注意要安裝正確的版本,安裝哪個(gè)版本取決于你的office版本,不取決于操作系統(tǒng)。
啟動(dòng)odbc配置程序請(qǐng)通過上面命令行啟動(dòng)
2、Error 1918,系統(tǒng)錯(cuò)誤代碼126,找不到指定模塊
安裝下面的Visual C++ 2010即可
Error 1918. Error installing ODBC driver MySQL ODBC 5.1 Driver,
ODBC error 13: The setup routines for the MySQL ODBC 5.1 Driver
could not be loaded due to system error code 126:
The specified module could not be found.
...\myodbc5S.dll).. Verify...
Then you will need to install the Microsoft Visual C++ 2010 Redistributable Package (select the appropriate one for your OS architecture below):
64-bit version:
32-bit version:
After installing that, then re-attempt installing the MySQL ODBC connector, and things should work smoothly.
總結(jié)
以上是生活随笔為你收集整理的mysql connector配置_mysql connector odbc配置注意事项的全部?jī)?nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 关于jQuery对象(类数组对象)以及D
- 下一篇: docker安装mysql数据库映射_D