I'm going to install MySQL in Windows Server 2008 R2 today, but I always find ODBC connectors installed incorrectly, whether I use MySQL's overall installation package or a separate ODBC connector installation file!!
Finally the internet search for a long time, finally solved the problem!
Operating system: Windows Server 2008 R2
MySQL installation files: Mysql-installer-community-5.6.24.0.msi
Why choose the above MySQL installation file, this is a can install all the required MySQL file installation package, can help us quickly install MySQL.
Before installing MySQL, verify that your operating system has a MySQL dependent environment installed, and if not, download the installation and then install mysql!
1,
Microsoft. NET Framework 4 Client profile
Visual C + + Redistributable for Visual Studio 2013
In the installation of MySQL process, we will find that the ODBC connector still has errors, without the tube, has been installed, and then configure MySQL, complete installation!
The following begins:
One, copy, modify a DLL file:
Find "C:\Windows\System32\msvcr100_clr0400.dll", copy the DLL file, then modify the file name "Msvcr100.dll" and then copy the file to "C:\Windows\ System32 "directory.
Second, reinstall CONNECTOR/ODBC:
1, start the MySQL installation program.
2, reinstall the CONNECTOR/ODBC.
This time the installation should be successful!!!