Subject | Re: [firebird-support] SYSDBA password |
---|---|
Author | Lucas Franzen |
Post date | 2004-07-10T11:16:18Z |
Francisco,
Francisco Antonio Vieira Souza schrieb:
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.
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.