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)