Subject Re: [firebird-support] firebird login error
Author Helen Borrie
At 12:22 AM 15/06/2006, you wrote:
> I tried the following test:
>
> # cd /opt/firebird/bin
> # isql -user sysdba - password masterkey
> # CONNECT /opt/firebird/examples/employee.fdb;
>
> I receive the following message:
>
> Statement failed, SQLCODE = -902
>
> Your to user name and password ploughs not defined. Administrator
> Ask your database you set up the Firebird login.

Is the *really* the message you saw?

>
> I ask as to configure such login?

Please READ THE RELEASE NOTES !!

On POSIX platforms the password 'masterkey' is not defined for the
SYSDBA user. You will find the generated password in the file
SYSDBA.password. Use the command 'cat SYSDBA.password' to read it.

./heLen