How to configure Firebird Server to run on a port other than 3050
(default) ??
I saw I can connet from client using a diferent port (server/port:path) --
but how to configure the server??
Thanks!
SFS Sistemas wrote:
> How to configure Firebird Server to run on a port other than 3050
> (default) ??
To firebird.conf add:
RemoteServicePort 4711
Replace 4711 with the port you want.
/Mike