Created
September 28, 2016 11:57
-
-
Save mayrund/07790e229daf1f85c24012100a5c2400 to your computer and use it in GitHub Desktop.
Firebird SQL Add User
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. gsec -user SYSDBA -password masterkey | |
2. add test -pw test -fname Test -lname Account | |
3. exit | |
4. login with user test & password test |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment