Kapcsolódó információk:
› Paraméterezési útmutatók
- Settings
- Tartalomkezelés
Kapcsolódó információk:
› Paraméterezési útmutatók
Install Firebird SQL 3.0 server
During the setup process, password must be "masterkey
" for SYSDBA user
via package manager
Debian/Ubuntu# apt update
# apt install firebird3.0-server
Other Linux, see firebirdsql.org
via docker
Recommended the jacobalberty/firebird:3.0 image from from DockerHUB
https://hub.docker.com/r/jacobalberty/firebird
https://github.com/jacobalberty/firebird-docker
Create QSoft specific ini file in the same directory as firebird.conf
(e.g. in Debian 10: /etc/firebird/3.0/)
# nano firebird-qsoft.conf
Insert specific config lines (see below: QSoft specific firebird conf)
include $(this)/firebird-qsoft.conf
telnet localhost 3050
telnet <server.ip> 3050
isql
utillity to set correct password, see Firebird SQL documentation "RemoteBindAddress = localhost
" in firebird.confBővebben | ||||||
---|---|---|---|---|---|---|
|
Choice of the server model is determined by settings for a new configuration parameter ServerMode
,
defining the locking and cache modes. It is specified at global level in firebird.conf
.
See in our documentation: Firebird szerver modellek
or at firebirdsql.org:
Panel | ||||
---|---|---|---|---|
|