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.
			
									
									
						TMyConnection Connect error
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
			
									
									
						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..
after MySQL Daemon fix in damaged and restart, connection success
thank you for your concern
			
									
									
						thank you for your concern