Subject | Re:empty password and SYSDBA password |
---|---|
Author | Aage Johansen |
Post date | 2001-12-22T17:38:53Z |
guido.klapperich@... wrote:
update USERS
set PASSWD = 'n2zpJI3qBh2'
where user_name = 'SYSDBA'
(taken from a message by Tord Hammer)
You will have to rename the current ISC4, and use an 'original' (from
install) so you can log in as SYSDBA/masterkey again. Modify the renamed
one, and switch back. You will then be able to use the default password
(masterkey).
Regards,
Aage J.
> Is it possible to assign a user an empty password ?You could try to update ISC4.gdb like:
> When I forgot the SYSDBA password, exists a way to reset it ?
update USERS
set PASSWD = 'n2zpJI3qBh2'
where user_name = 'SYSDBA'
(taken from a message by Tord Hammer)
You will have to rename the current ISC4, and use an 'original' (from
install) so you can log in as SYSDBA/masterkey again. Modify the renamed
one, and switch back. You will then be able to use the default password
(masterkey).
Regards,
Aage J.