Subject Re:empty password and SYSDBA password
Author Aage Johansen
guido.klapperich@... wrote:
> Is it possible to assign a user an empty password ?
> When I forgot the SYSDBA password, exists a way to reset it ?

You could try to update ISC4.gdb like:
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.