Answer the question
In order to leave comments, you need to log in
I can't log in to firebird on Ubuntu server 14.04 error 28000, what should I do?
Installed ubuntu server 14.04
Installed APACHE, PHP, FIREBIRD, transferred the site (The site works with the Firebird database)
Everything works but I can’t log in to the database from which I successfully work in Windows
The error is this:
test@ubuntu:~$ isql-fb
Use CONNECT or CREATE DATABASE to specify a database
SQL> CONNECT "localhost:/var/www/html/DBSITE.FDB" user 'SYSDBA' password 'masterkey';
Statement failed, SQLSTATE = 28000
Your user name and password are not defined. Ask your database administrator to set up a Firebird login.
SQL>
apt-get install apache2
apt-get install php5
apt-get install firebird2.5-super
apt-get install php5-interbase
php5enmod interbase
Answer the question
In order to leave comments, you need to log in
To be honest, I installed Firebird under Linux only once (under CentOS) and quite a long time ago. But I remember that by default he did not set the password for sysdba to "masterkey", but generated a random one and wrote it down in some text file. Maybe it's the same here?
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question