您的位置:首页 > 数据库 > MySQL

Windows server 2008 R2安装MySQL 32位ODBC驱动!

2015-06-02 23:21 786 查看
在Windows server 2008 R2安装MySQL 32位ODBC驱动,总是提示错误,我安装了DOTNET4的库,同时安装了VC2008、VC2012、VC2013的支持库,怎么还不行呢?MySQL其余工具包括数据库都安装上了?

上网一顿搜索,最后跑到MySQL论坛上,找到一个帖子的回复:

I found the issue, I think.

You need to install the Microsoft Visual C++ 2010 Redistributable Package.

I installed the package and did an intall of 5.3.4. It installed fine and ran fine.

I wish I would not have installed 5.3.4 and tested 5.2 first.

But it works now.

I hate when things work and I don't know why!!!

仔细看了一下自己安装过的VC支持库,郁闷,唯独VC2010的支持库没有安装,果断上网下载安装,随后再次安装MySQL 32位ODBC驱动,终于成功了!!!

Visual C++ 2010 Redistributable Package下载地址:
http://www.microsoft.com/zh-CN/download/details.aspx?id=5555
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: