MySQL Forums
Forum List  »  Connector/ODBC

Re: ODBC Connector 8.0 For MySQL 5.7.20 - Bad Handshake error
Posted by: Bogdan Degtyariov
Date: September 18, 2018 04:01AM

Hi Neraj,

Unfortunately, there might be a problem with ODBC Driver 8.0 communicating with MySQL Server 5.7.20. This is related to libmysqlclient 8.0 library from MySQL Server 8.0 used to build ODBC Driver 8.0. It is related to the use of OpenSSL library.
There are several alternative ways to proceed from now:

1. If you don't use SSL for connecting to MySQL Server 5.7.20 you can disable use of SSL by setting the connection string option SSLMODE=DISABLED or from the GUI dialog in ODBC Administrator click Details >> SSL >> SSL Mode [DISABLED]

2. Upgrade the MySQL Server 5.7.20 to 5.7.23 and everything will work.

Please let me know if it helped.
Thanks.

--
Best regards,
Bogdan Degtyariov

Options: ReplyQuote


Subject
Written By
Posted
Re: ODBC Connector 8.0 For MySQL 5.7.20 - Bad Handshake error
September 18, 2018 04:01AM


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.