I want to connect MS Access with MySQL. I installed Xampp for MySQL and now I installed the ODBC driver 5.3. I went to Data Sources and clicked on System-DSN to add the MySQL ODBC 5.3 Driver (like shown in this video https://www.youtube.com/watch?v=F06hvR6ksh4). But there wasn't any MySQL ODBC 5.3 Driver. My OS is Windows 7 Home x64. How can I connect the ODBC Driver to the MySQL Server?
Asked
Active
Viewed 6,017 times
3 Answers
5
If you try to use 32bit MySQL ODBC connector on 64bit Windows, you need to use 32bit Data Sources (c:\Windows\SysWOW64\odbcad32.exe).

Andrei
- 882
- 8
- 13
0
You might haven't installed ODBC Connector for MySQL yet. Install it first then add MySQL to the ODBC. Check here for the connector you need http://dev.mysql.com/downloads/connector/

Dewanta
- 208
- 1
- 9
-
That's the one I installed. Connector/ODBC 5.3.4 – Ceel Jun 23 '15 at 12:22