Cannot connect to mySQL at runtime

Forum related to MySQL

Moderators: gto, cipto_kh, EgonHugeist

Post Reply
konrad
Fresh Boarder
Fresh Boarder
Posts: 1
Joined: 14.12.2007, 13:20

Cannot connect to mySQL at runtime

Post 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,
User avatar
mdaems
Zeos Project Manager
Zeos Project Manager
Posts: 2766
Joined: 20.09.2005, 15:28
Location: Brussels, Belgium
Contact:

Post 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
Post Reply