MyDAC server access problem on localhost

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
gouny
Posts: 3
Joined: Mon 12 Dec 2005 10:04

MyDAC server access problem on localhost

Post by gouny » Wed 28 Dec 2005 23:04

i use mysql 4.0.20 on Linux Mandrake 10.1 kernel 2.6.8.2
i try to use mydac 4.00.1.6 Trial

The mysql connection works under Linux...
But not with MyDAC TMyConnection :
my PC is under network : default hostname is pcnew.com
How to make mysql server connect to localhost and not to pcnew.com ?
What is the solution with MyDAC ?

Ikar
Posts: 1693
Joined: Thu 28 Oct 2004 13:56

Post by Ikar » Thu 29 Dec 2005 12:29

Set MyConnection.Server property value to 'localhost'.

Post Reply