Page 1 of 1

Cannot connect to mySQL at runtime

Posted: 14.12.2007, 13:31
by konrad
Hi,

I have installed zeos 6.6.2-RC in Delphi 6. At designtime, I can connect to mysql-databases, and perform SQL-searches which populate data to a DBgrid.

But at runtime, I get the error : 'SQL error: Cant connect to MySQL-server on 127.0.0.1 (10061)'

There is absolute no differences between parameters at design or runtime - what is possible wrong? I cannot figure out why.

regards,

Posted: 14.12.2007, 14:58
by mdaems
Firewall software that allows delphi to use TCP/IP and denies your program to use it?
Have a look here : http://dev.mysql.com/doc/refman/5.1/en/ ... erver.html

Mark