Subject Re: [Firebird-Java] How change user and password ??
Author Helen Borrie
At 01:48 PM 11/04/2004 +0000, you wrote:
>I create and write many programs in java with Firebird but only with
>'sysdba' and 'masterkey'.
>I dont know how to change user and password for a database ..
>In API JAY, nothing works in fbmanager.

From the command line, in the Firebird \bin directory:

gsec -modify SYSDBA -pw rhubarb -user sysdba -pa masterkey

If you're on Linux,
./gsec ...........etc.

Helen