Bad Handshake

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
geurt
Posts: 2
Joined: Tue 04 Jun 2013 19:38

Bad Handshake

Post by geurt » Tue 04 Jun 2013 20:52

I get a Bad Handshake when trying to connect TMyConnection runtime (no problem when connecting design time). I'm using MySQL 5.5 (tried 5.6 also, same error):

MySQL server version: 5.5.32
MySQL client version: Direct

With MyDac 8.0.1 Standard for Delphi 7.

I found a few entry's in this forum (deleting older MyDac version's) but that did not help.

Regards, Geurt

DemetrionQ
Devart Team
Posts: 271
Joined: Wed 23 Jan 2013 11:21

Re: Bad Handshake

Post by DemetrionQ » Wed 05 Jun 2013 13:36

Hello.

Such a problem usually occurs when installing a new MyDAC version, but files from an old MyDAC version (that has the "Bad HandShake" problem) remain on a PC. To solve the problem, try the following:
- uninstall MyDAC;
- search and remove all *dac*.bpl and *crcontrols*.bpl files from your computer;
- remove *.dcu files from your project;
- reinstall MyDAC.

geurt
Posts: 2
Joined: Tue 04 Jun 2013 19:38

Re: Bad Handshake

Post by geurt » Wed 05 Jun 2013 15:14

> - search and remove all *dac*.bpl and *crcontrols*.bpl files from your computer;

Thanks, found some files from prev. installation using this search string. Problem solved.

DemetrionQ
Devart Team
Posts: 271
Joined: Wed 23 Jan 2013 11:21

Re: Bad Handshake

Post by DemetrionQ » Wed 05 Jun 2013 15:44

If any other questions come up, please contact us.

Post Reply