Home → Support KB → Advanced (Technical) → How can I set the Firebird SYSDBA password?
1.7. How can I set the Firebird SYSDBA password?
How to change the Firebird SYSDBA password:
-Note: the file paths listed below may differ for your installation. Confirm the location of the Firebird installation on your server before beginning.
- Close the software if it is open (ensure no one is connected to the database)
- Log into server which is running the Firebird database
- Backup the C:\Program Files\Firebird\security2.fdb file (it contains the original login information)
- Open command prompt
- Type CD \
- [Press Enter]
- Type CD "Program Files"
- Press Enter
- Type CD Firebird
- [Press Enter]
- Type CD bin
- [Press Enter]
- Type gsec -user SYSDBA -password masterkey -modify sysdba -pw newpassword
(Where "newpassword" is the new password you want to set)
(Note: only the first 8 characters of the password are used) - [Press Enter]
Then set the password to connect from the client:
- Open the software - it may take longer to open as it attempts to connect.
- A message will appear indicating that it cannot connect - click Ok.
- Select the Advanced tab on the database connection form and type the new password in the password box.
- Test the connection and save the changes.
- Repeat the steps 1-4 to set the new password on each client which connects to the remote database.
This page was: Helpful |
Not Helpful
Help Desk Software by HelpSpot