Page 1 of 1

TMyConnection Connect error

Posted: Wed 23 Aug 2006 08:03
by powerhack
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.

Posted: Wed 23 Aug 2006 13:41
by Antaeus
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

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

Posted: Thu 24 Aug 2006 02:37
by powerhack
after MySQL Daemon fix in damaged and restart, connection success

thank you for your concern