2001-03-10 21:32:33 +01:00
|
|
|
|
|
|
|
---------------------------------------------------------
|
2003-05-11 05:18:17 +02:00
|
|
|
Firebird is now installed. A symbolic link from
|
2003-12-04 18:26:13 +01:00
|
|
|
/usr/interbase -> %%PREFIX%%/firebird may be needed
|
2004-01-13 17:11:11 +01:00
|
|
|
for compatibility with existing programs that use
|
2003-12-04 18:26:13 +01:00
|
|
|
Firebird.
|
2003-05-11 05:18:17 +02:00
|
|
|
|
|
|
|
The symbolic link can be created with:
|
|
|
|
|
|
|
|
% ln -s %%PREFIX%%/firebird /usr/interbase
|
2001-03-10 21:32:33 +01:00
|
|
|
|
|
|
|
It is STRONGLY recommended that you change the SYSDBA
|
|
|
|
password with:
|
|
|
|
|
2003-05-11 05:18:17 +02:00
|
|
|
% cd %%PREFIX%%/firebird
|
|
|
|
% gsec -user SYSDBA -pass masterkey
|
2001-03-10 21:32:33 +01:00
|
|
|
GSEC> modify SYSDBA -pw newpassword
|
|
|
|
GSEC> quit
|
|
|
|
|
|
|
|
before doing anything serious with Firebird.
|
|
|
|
|
|
|
|
See %%PREFIX%%/firebird/RELNOTES for more.
|
|
|
|
---------------------------------------------------------
|
|
|
|
|