MySQL Forums
Forum List  »  Connector/ODBC

Re: ODBC connect to MySQL 5.1.73 on NAS works but fails in MS Access
Posted by: Bogdan Degtyariov
Date: January 22, 2019 01:08AM

Hi Daniel,

To work with MySQL Server 5.1 you would need an older ODBC driver.
The ODBC Connector uses the MySQL Client library, which handles the network protocol and communication with the Server. To ensure a better compatibility you would need an ODBC Driver built against MySQL 5.1 Client. The last version of MySQL Connector/ODBC that matches this criteria is 5.1.8.

It is available for downloading from the Download Archives:

https://downloads.mysql.com/archives/c-odbc/

I hope it helps.

Options: ReplyQuote


Subject
Written By
Posted
Re: ODBC connect to MySQL 5.1.73 on NAS works but fails in MS Access
January 22, 2019 01:08AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.