summaryrefslogtreecommitdiff
path: root/databases/firebird21-server/files/pkg-message.in
blob: 3d098ff99886cd5259a93d540176599dfbb2efda (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
###############################################################################

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 ;)

################################################################################