MySQL ODBC connector 32bit or 64bit?

天涯浪子 提交于 2019-12-05 15:04:12

(verified with R 32bit and 64bit / Windows 7 64bit / MySQL 5 32bit.)

Only the application's architecture (32bit or 64bit) that connects via the ODBC adapter does matter and has to be matched by it.

Windows 7 64bit can handle both 32bit and 64bit ODBC connectors (different data source managers though)

To MySQL 5 32bit you can connect with a 32bit as well as with a 64bit ODBC connector.

You cannot link a 32 bit application to a 64 bit ODBC driver so you have no choice if your app is 32 bit. Whether the 32 bit ODBC driver talks to the 64 bit mysql is another

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!