Subject | Re: [firebird-support] New Firebird 2.54 Win 32 Install |
---|---|
Author | Helen Borrie |
Post date | 2015-06-19T22:33:30Z |
At 05:52 a.m. 20/06/2015, Karl Sandfort ksandfort@... [firebird-support] wrote:
C:\Programs32\Firebird\Firebird_2_0\bin>gsec -user 'SYSDBA' -pass 'masterkey'
Your user name and password are not defined. Ask your database administrator to
set up a Firebird login. unable to open database
Lose the quote marks:
C:\Programs32\Firebird\Firebird_2_0\bin>gsec -user sysdba -pass masterkey
GSEC>
Helen Borrie, Support Consultant, IBPhoenix (Pacific)
Author of "The Firebird Book" and "The Firebird Book Second Edition"
http://www.firebird-books.net
__________________________________________________________________
>I am new to Firebird. Was able to install on Windows 7 64-bit no problem. Immediately after install ran gsec user SYSDBA password <the default firebird password> with no problems. However, on Windows XP Pro SP3, I downloaded the 32-bit exe installer. Install ran fine. When I try to run gsec I get something like User name or password not defined, see your system admin, etc. or something like that.I don't know why it worked on your first install....
C:\Programs32\Firebird\Firebird_2_0\bin>gsec -user 'SYSDBA' -pass 'masterkey'
Your user name and password are not defined. Ask your database administrator to
set up a Firebird login. unable to open database
Lose the quote marks:
C:\Programs32\Firebird\Firebird_2_0\bin>gsec -user sysdba -pass masterkey
GSEC>
Helen Borrie, Support Consultant, IBPhoenix (Pacific)
Author of "The Firebird Book" and "The Firebird Book Second Edition"
http://www.firebird-books.net
__________________________________________________________________