[Lazarus] TSQLConnector for MySQL non-standard port (solved)
Koenraad Lelong
lazarus2 at de-brouwerij.be
Tue Apr 25 08:31:52 CEST 2023
Thanks,
That works.
Koenraad
Op 25/04/2023 om 08:17 schreef Michael Van Canneyt via lazarus:
>
>
> 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