Advertisement
Guest User

Untitled

a guest
Jun 22nd, 2017
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 KB | None | 0 0
  1. Here's what I suggest you to do:
  2. - Open windows service and check if firebird is running.
  3. - If it's running stop it
  4. - Go to firebird installation folder and look for **security3.fdb** and rename it to **security3.fdb.old**
  5. - Now copy the **security3.fdb.empty** and paste in order to clone/duplicate the file. Rename the clone to security3.fdb
  6. - open the firebird.conf file and make sure you still have AuthServer and WireCrypt defined as Legacy_Auth and Disabled respectively
  7. - Open a console and go to the firebird folder: "cd C:\Program Files\Firebird\Firebird_3_0"
  8. - Then, from there run the comand "gsec"
  9. - Inside the gsec command type "add user SYSDBA -pw YOUR_PASSWORD" and press enter to confirm.
  10. - Now still in the gsec command line type "quit"
  11. - Go back to windows services and start firebird
  12. - Try to connect to firebird
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement