mysql w delphi

0

Witam robie klient sql pokazuje taki błąd jak łącze:
Can't open named pipe to host: . pipe: MySQL (2) wiesz co to znaczy??
używam DirectSQL tutaj daje kod:
Var
MySQLClient: TMySQLClient;
begin
with MySQLClient do
begin
Host := 'host';
User := 'login';
Password := 'haslo';
Db := 'baza';
UseNamedPipe := false;
UseSSL := true;
Compress := true;
TrySockets := false;
end;
if MySQLClient.Connect then
Memo1.Lines.Add ('Jesteś połączony :)')
else
Memo1.Lines.Add ('jiakiś błąd:( '+MySQLClient.LastError);

0

ZEOSLib

0

libmysql.dll + mysql.pas :)

1 użytkowników online, w tym zalogowanych: 0, gości: 1