Hello,
I am using FirebirdSQL 4.0.1 on a Windows system. I have following lines (default) in my databases.conf
security.db = $(dir_secDb)/security4.fdb
{
RemoteAccess = false
DefaultDbCachePages = 256
}
I have following lines in my firebird.conf file
AuthClient = Legacy_Auth, Srp256, Srp #Windows clients
UserManager = Legacy_UserManager
I am doing following to change my SYSDBA password:
- Stop FirebirdSQL service
- go to FirebirdSQL installation directory
- run "isql -user sysdba security4.fdb"
- execute "alter user sysdba password '12345' using plugin Legacy_UserManager;"
- I tried both long and 8 character passwords just in case
- commit and quit
- run FirebirdSQL service
- Try to login with a new password and I get "your username or password is not defined" error.
Unfortunately, that does not work for me and the new password is not working. I see just one user if I check for user list
SQL> show users;
Users in the database
2 #SYSDBA
SQL>
There is only one FirebirdSQL 4.0 installation on my system. There is just security4.fdb and security4.fdb.empty files in the installation path.
I have no idea why changing the password is not working for me. I appreciate any help on changing my SYSDBA password.
Thanks & Regards,
Ertan Küçükoğlu