TMyConnection Connect error

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
powerhack
Posts: 2
Joined: Wed 23 Aug 2006 07:53
Location: korea

TMyConnection Connect error

Post by powerhack » Wed 23 Aug 2006 08:03

Hello ^^;

I connect my mysql server, use TMyConnection ..

query : select * from db;
------------------------
| Host | Db | User | .....
| localhost | mydb | mydb | .....
| % | mydb | mydb | .....

in this case, try TMyConnection connect is fail.

query : select * from db;
------------------------
| Host | Db | User | .....
| % | mydb | mydb | .....
| localhost | mydb | mydb | .....

in this case, try TMyConnection connect is success.

other mysql client is all success.

I guess this problem is TMyConnection's bug.

please answer me, thank you.

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

Post by Antaeus » Wed 23 Aug 2006 13:41

Unfortunately we could not reproduce the problem. This is unlikely that the problem concerns TMyConnection component. Please send us (evgeniyD*crlab*com) a complete small sample to demonstrate it, including script to create databases and users in they.

Also supply us following information
- Exact version of Delphi, C++ Builder or Kylix
- Exact version of MyDAC. You can see it in About sheet of TMyConnection Editor
- Exact version of MySQL server and MySQL client. You can see it in Info sheet of TMyConnection Editor

powerhack
Posts: 2
Joined: Wed 23 Aug 2006 07:53
Location: korea

problem is solved.. a caused is another thing..thank you for your concern..

Post by powerhack » Thu 24 Aug 2006 02:37

after MySQL Daemon fix in damaged and restart, connection success

thank you for your concern

Post Reply