Subject unable to connect to database on Linux
Author kaczy27
Hi,

I've just installed a fresh Mandrake, and I am trying to setup a
firebird on it.

The installation went smoothly, and I can see it starting on launch.
I've added my user to the firebird group.

and succesfully created a database using isql.
./isql
>> create database 'mandrake:/var/firebird/test.fdb';

however when I try to connect with similiar syntax
./isql
>> connect 'mandrake:/var/firebird/test.fdb' user 'sysdba' password
'masterkey';

I am receivign error:
Statement failed, SQLCODE = -902

Your user name and password are not defined. Ask your database
administrator to set up a Firebird login.

the same error appear when I try to connect this database with
flamerobin. or try to do anything with a sysdba user.

can someone hint me what went wrong?

CUIN Kaczy