Re: [Lazarus] TSQLConnector for MySQL non-standard port

2023-04-24 Thread LacaK via lazarus

Hello,
try use "Params" and put there "Port="
-Laco.


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 
(:), 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.


Koenraad.


--
___
lazarus mailing list
lazarus@lists.lazarus-ide.org
https://lists.lazarus-ide.org/listinfo/lazarus


[Lazarus] TSQLConnector for MySQL non-standard port

2023-04-24 Thread Koenraad Lelong via lazarus

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 
(:), 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.


Koenraad.
--
___
lazarus mailing list
lazarus@lists.lazarus-ide.org
https://lists.lazarus-ide.org/listinfo/lazarus


Re: [Lazarus] Cannot use bookmarks in code window - why?

2023-04-24 Thread Giuliano Colla via lazarus

Il 23/04/23 20:28, Bo Berglund via lazarus ha scritto:


Thanks, that worked fine!

Any timetable for Lazarus 2.4.0 release?



If you are impatient, you can get (via fpcupdeluxe or via git 
repository) the trunk version of Lazarus, where the problem has been 
fixed, and you'll get the popup menu you were used to!


--
___
lazarus mailing list
lazarus@lists.lazarus-ide.org
https://lists.lazarus-ide.org/listinfo/lazarus


[Lazarus] Compiler default naming conventions

2023-04-24 Thread Steve Gatenby via lazarus
Anybody know how to set project options to force OS conventions on 
libraries - .dll (windows) / .so(linux) WITHOUT changing case :)


My current settings handle extensions ok, but lowercases filenames.

Thanks - SteveG

--
___
lazarus mailing list
lazarus@lists.lazarus-ide.org
https://lists.lazarus-ide.org/listinfo/lazarus