1

enter image description here

connection failed mysql odbc 8.0(a) driver bad handshake

Dharman
  • 30,962
  • 25
  • 85
  • 135
  • if the server is not runing in localhost, you need some configuration like https://stackoverflow.com/questions/9257455/connecting-to-mysql-server-on-another-pc-in-lan – nbk Feb 22 '22 at 22:43

1 Answers1

2

In my case, there are 2 ways to solve it :

  1. Your MySQL version should be upper than v5.5
  2. Use MySQL ODBC version 5.3.9

I hope you encountered same problems with me.

Debug Diva
  • 26,058
  • 13
  • 70
  • 123