mysql connector配置_mysql connector odbc配置注意事项
官方下載:
http://dev.mysql.com/downloads/connector/odbc/
有64位和32位版本,要根據自己的office版本是32還是64的安裝
1、版本匹配問題:
[Microsoft][ODBC 驅動程序管理器] 在指定的 DSN 中,驅動程序和應用程序之間的體系結構不匹配
SQL Server自帶有兩個版本的odbc配置程序:
64位版的位置:C:\windows\system32\odbcad32.exe
32位版的位置:C:\windows\sysWOW64\odbcad32.exe 在64位操作系統上注意要安裝正確的版本,安裝哪個版本取決于你的office版本,不取決于操作系統。
啟動odbc配置程序請通過上面命令行啟動
2、Error 1918,系統錯誤代碼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.
總結
以上是生活随笔為你收集整理的mysql connector配置_mysql connector odbc配置注意事项的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 关于jQuery对象(类数组对象)以及D
- 下一篇: docker安装mysql数据库映射_D