Mysql Connection Aborts.

Discussion of open issues, suggestions and bugs regarding usage of dbExpress drivers for MySQL in Delphi and C++Builder
Post Reply
Boerseun
Posts: 1
Joined: Tue 19 Jun 2007 08:33
Location: Cape Town

Mysql Connection Aborts.

Post by Boerseun » Tue 19 Jun 2007 09:25

Hi there,

I am using Core Labs DBXMDA DBXpress Driver to connect to a MySQL Database. I have noticed that the MySQL Error log is full of the following lines:

[Warning] Aborted connection 6370 to db: '****' user: '****' host: '****' (Got an error reading communication packets)

Does anyone have any ideas?

Regards.

Antaeus
Posts: 2098
Joined: Tue 14 Feb 2006 10:14

Post by Antaeus » Thu 21 Jun 2007 07:31

There are many reasons for such problems. This may be MySQL server settings, MySQL user settings, etc. Can you determine what client applications in what sases cause such errors?
Also you can take a look at this topic in MySQL Reference Manual. It describes possible reasons of this problem.

Post Reply