Subject | Re: [firebird-support] How to change SYSDBA password |
---|---|
Author | Lucas Franzen |
Post date | 2004-08-10T09:35:09Z |
Francisco Antonio Vieira Souza schrieb:
;-)
Maybe noone wants to answer since it was ansdwered so many times in this
forum.
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 "another"
enter:
gsec -user SYSDBA (login as SYSDBA, you have to!)
-password masterkey (current password)
-modify SYSDBA (modify user SYSDBA)
-pw another (change password to another)
HTH
Luc.
> I would like to know how to change the SYSDBA password.!CONTRADICTION!
>
> Thanks
> (Even knowing nobody will answer my question, as usual)
;-)
Maybe noone wants to answer since it was ansdwered so many times in this
forum.
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 "another"
enter:
gsec -user SYSDBA (login as SYSDBA, you have to!)
-password masterkey (current password)
-modify SYSDBA (modify user SYSDBA)
-pw another (change password to another)
HTH
Luc.