1

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?

Ceel
  • 13
  • 1
  • 4

3 Answers3

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
0

I just installed the older version and it worked.

Ceel
  • 13
  • 1
  • 4