Connection to other Host
Posted: 09.12.2008, 13:52
Hello,
at first, sorry for my bad english.
I have a problem with the TZConnection. I tried to connect to an other host with delphi7 and mysql 5. my settings are:
but when I try to connect, I became this message:
192.168.1.3 is my computer ip. Why I can't connect to an other host? thanks for any solutions.
at first, sorry for my bad english.
I have a problem with the TZConnection. I tried to connect to an other host with delphi7 and mysql 5. my settings are:
Code: Select all
con1.Database:='timetool';
con1.HostName:='192.168.1.10';
con1.User:='timetool';
con1.Password:='ttpwd';
con1.Protocol:='mysql-5';
Code: Select all
SQL Error: Access denied for user 'timetool'@'192.168.1.3' (using password: YES)