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.
--
_______________________________________________
lazarus mailing list
lazarus@lists.lazarus-ide.org
https://lists.lazarus-ide.org/listinfo/lazarus