connection failed mysql odbc 8.0(a) driver bad handshake
Asked
Active
Viewed 4,080 times
1

Dharman
- 30,962
- 25
- 85
- 135

Mohammad Mamaghaniyan
- 11
- 1
- 3
-
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 Answers
2
In my case, there are 2 ways to solve it :
- Your MySQL version should be upper than v5.5
- Use MySQL ODBC version 5.3.9
I hope you encountered same problems with me.

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

Azhari Vando
- 21
- 2