use mydac

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
sunpk
Posts: 4
Joined: Sat 05 Mar 2005 10:28

use mydac

Post by sunpk » Sat 09 Apr 2005 08:26

lost connection to mysql server during query

help me

connect localhost ok

connect network not ok


4.1.7 mysqld-max-nt ok
4.1.7 mysqld-nt not ok

lost connection to mysql server during query

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

Post by Ikar » Mon 11 Apr 2005 06:20

Please supply us exact version of MyDAC. You can see it in About sheet of TMyConnection Editor

sunpk
Posts: 4
Joined: Sat 05 Mar 2005 10:28

Post by sunpk » Wed 13 Apr 2005 01:06

if i use the mysql 4.0.1 ok?

i use the mydac 3.50-17,
i only test the mydac
i not uninstall 3.50-16,install 3.50-17

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

Post by Ikar » Wed 13 Apr 2005 06:19

This message raises when server forcedly breaks a connection.
You can learn more about this error from MySQL Reference Manual,
chapter A.2 Some Common Errors When Using MySQL (CR_SERVER_LOST)

Post Reply