Subject Re: Error on Firebird: /usr/lib/firebird2/bin/fbguard: bin/fbserver terminated
Author duasbestas
I reisntall the server and reinstalled the firebird. I crated a
directory for databases and changed the rights to allow the firebid to
write and read from that directory. Now the Firebird starts well. I
can use gsec to login and even change the password. But now for a
strange reason, i can't create a database:

SQL> create database 'test.fdb' user 'sysdba' password 'masterkey'
page_size 16384 default character set ISO8859_1;
Statement failed, SQLCODE = -902

Access to database "/var/databases/test_pt.fdb" is denied by server
administrator

Can you help on this?