MySQL 3.30 & MySQL 4.1.7

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
DnHo

MySQL 3.30 & MySQL 4.1.7

Post by DnHo » Sun 12 Dec 2004 13:26

Dear,

I had downloaded MyDAC 3.30 trial version,but when I was connecting to MySQL 4.1.7,it will say "Lost connection to MySQL server during query",can tell why?
Thanks

DnHo

Ikar
Posts: 1693
Joined: Thu 28 Oct 2004 13:56

Re: MySQL 3.30 & MySQL 4.1.7

Post by Ikar » Mon 13 Dec 2004 07:37

We reproduced and fixed this error. Usually it happens on the execution of long queries. Fix of the problem will be available with the next version in about one week.

As a temporary solution you can set TMyConnection.Options.Direct := False

Post Reply