forked from Lainports/freebsd-ports
Firebird is a relational database offering many ANSI SQL-99 features that runs on Linux, Windows, and a variety of Unix platforms. Firebird offers excellent concurrency, high performance, and powerful language support for stored procedures and triggers. It has been used in production systems, under a variety of names since 1981. Firebird is completely free of any registration, licensing or deployment fees. It may be deployed freely for use with any third-party software, whether commercial or not. WWW: http://sourceforge.net/projects/firebird/ WWW: http://www.firebirdsql.org/ PR: 152402 Submitted by: Max Kochubey <root at hangover.org.ru>
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 ;)
|
|
|
|
################################################################################
|