[Lazarus] TSQLConnector for MySQL non-standard port

Michael Van Canneyt michael at freepascal.org
Tue Apr 25 08:17:03 CEST 2023



On Mon, 24 Apr 2023, Koenraad Lelong via lazarus wrote:

> Hi,
>
> I would like to use a non-standard port for my MySQL-connection. Is this 
> possible ? If so, how ?
> Standard port is 3306.
> I tried to add my non-standard port to the hostname 
> (<hostname>:<portnumber>), but that does not work: 'TMySQL57Connection : 
> Server connect failed.'
> Sniffing the network on that port gives nothing, so there is no attempt to 
> connect.
> MySQLWorkbench with the same parameters works OK, so there is a server 
> listening on that port.

Try this:

Params.Values['Port']:='3306'

Michael.


More information about the lazarus mailing list