mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-18 22:02:04 +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+'"';
|
||||
end;
|
||||
ntMySQL_NamedPipe:
|
||||
p := p + ' --protocol=socket --socket="'+Conn.Parameters.Hostname+'"';
|
||||
p := p + ' --pipe --socket="'+Conn.Parameters.Hostname+'"';
|
||||
ntMySQL_SSHtunnel:
|
||||
p := p + ' --host="localhost" --port='+IntToStr(Conn.Parameters.SSHLocalPort);
|
||||
end;
|
||||
|
Reference in New Issue
Block a user