On 2020-04-09 09:53, liviuslivius liviusliv...@poczta.onet.pl 
[firebird-support] wrote:
> Hi
> 
> Simply replace security3.fdb by ine from the zip install and
> initialize sysdba

Doing that will lose all other users in the security database, so that 
is not a good idea.

Instead, stop Firebird server, and use

isql -user sysdba employee

and then

alter user sysdba password 'new password';
commit;
exit;

Mark
  • [firebird-sup... Andrea Raimondi andrea.raimo...@gmail.com [firebird-support]
    • Re: [fir... Dimitry Sibiryakov s...@ibphoenix.com [firebird-support]
    • RE: [fir... liviuslivius liviusliv...@poczta.onet.pl [firebird-support]
      • Re: ... Mark Rotteveel m...@lawinegevaar.nl [firebird-support]
        • ... Mark Rotteveel m...@lawinegevaar.nl [firebird-support]

Reply via email to