Subject Re: [firebird-support] SYSDBA password
Author Lucas Franzen
Francisco,

Francisco Antonio Vieira Souza schrieb:

> How can I change the SYSDBA password?

if you don't use a GUI tool (which all should have a FB user management)
you can use gsec in the Firebird\bin directory.

type
gsec -h
if you want to see all options.

If you want to change your SYSDBA password from masterkey to keymaster
enter:

gsec -user SYSDBA (login as SYSDBA, you have to!)
-password masterkey (current password)
-modify SYSDBA (modify user SYSDBA)
-pw keymaster (change password to keymaster)

HTH

Luc.