1b7843d717
- Take maintainership - Avoid conflicts with GEOM and sysutils/coreutils [1] gstat commands - Clean up Reported by: Jan Henrik Sylvester <me at janh.de> [1]
27 lines
781 B
Text
27 lines
781 B
Text
###############################################################################
|
|
|
|
Firebird was installed.
|
|
|
|
1) Before start the server ensure that the following line exists in /etc/services:
|
|
|
|
gds_db 3050/tcp #InterBase Database Remote Protocol
|
|
|
|
2) If you use inetd then add the following line to /etc/inetd.conf
|
|
|
|
gds_db stream tcp nowait firebird %%PREFIX%%/bin/fb_inet_server fb_inet_server
|
|
|
|
And finally restart inetd.
|
|
|
|
3) It is STRONGLY recommended that you change the SYSDBA
|
|
password with:
|
|
|
|
% gsec -user SYSDBA -pass masterkey
|
|
GSEC> modify SYSDBA -pw newpassword
|
|
GSEC> quit
|
|
|
|
before doing anything serious with Firebird.
|
|
|
|
4) See documentation in %%DOCSDIR%%/ for more information.
|
|
5) Enjoy it ;)
|
|
|
|
################################################################################
|