On 2020-04-09 18:05, Mark Rotteveel m...@lawinegevaar.nl [firebird-support] wrote: > 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;
And of course, start Firebird server again. Mark