mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-18 13:51:36 +08:00
Fix named pipe usage on command line. Fixes issue #3052.
This commit is contained in:
@ -2830,7 +2830,7 @@ begin
|
|||||||
p := p + ' --ssl --ssl-key="'+Conn.Parameters.SSLPrivateKey+'" --ssl-cert="'+Conn.Parameters.SSLCertificate+'" --ssl-ca="'+Conn.Parameters.SSLCACertificate+'"';
|
p := p + ' --ssl --ssl-key="'+Conn.Parameters.SSLPrivateKey+'" --ssl-cert="'+Conn.Parameters.SSLCertificate+'" --ssl-ca="'+Conn.Parameters.SSLCACertificate+'"';
|
||||||
end;
|
end;
|
||||||
ntMySQL_NamedPipe:
|
ntMySQL_NamedPipe:
|
||||||
p := p + ' --protocol=socket --socket="'+Conn.Parameters.Hostname+'"';
|
p := p + ' --pipe --socket="'+Conn.Parameters.Hostname+'"';
|
||||||
ntMySQL_SSHtunnel:
|
ntMySQL_SSHtunnel:
|
||||||
p := p + ' --host="localhost" --port='+IntToStr(Conn.Parameters.SSHLocalPort);
|
p := p + ' --host="localhost" --port='+IntToStr(Conn.Parameters.SSHLocalPort);
|
||||||
end;
|
end;
|
||||||
|
Reference in New Issue
Block a user