Subject | Re: [firebird-support] Connecting to Superserver on CentOS 6 |
---|---|
Author | David E. Wheeler |
Post date | 2015-05-12T17:14:47Z |
On May 12, 2015, at 3:04 AM, Philippe Makowski pmakowski@... [firebird-support] <firebird-support@yahoogroups.com> wrote:
$ sudo yum install firebird-superserver
$ sudo service firebird-superserver start
Starting Firebird server [default] [ OK ]
[dwheeler@foo ~]$ isql-fb -user SYSDBA -password masterkey
Use CONNECT or CREATE DATABASE to specify a database
SQL> create database 'localhost:/var/lib/firebird/data/foo.fdb';
Statement failed, SQLSTATE = 08004
connection rejected by remote interface
:-(
Will try another box and some of the other stuff Helen suggested.
David
[Non-text portions of this message have been removed]
> fresh install in Centos6 from epel :Hrm. For me:
>
> # yum install firebird-superserver
> # service firebird-superserver start
>
> $ isql-fb -user SYSDBA -password masterkey
> Use CONNECT or CREATE DATABASE to specify a database
> SQL> create database 'localhost:/var/lib/firebird/data/foo.fdb';
> SQL> show database;
> Database: localhost:/var/lib/firebird/data/foo.fdb
$ sudo yum install firebird-superserver
$ sudo service firebird-superserver start
Starting Firebird server [default] [ OK ]
[dwheeler@foo ~]$ isql-fb -user SYSDBA -password masterkey
Use CONNECT or CREATE DATABASE to specify a database
SQL> create database 'localhost:/var/lib/firebird/data/foo.fdb';
Statement failed, SQLSTATE = 08004
connection rejected by remote interface
:-(
Will try another box and some of the other stuff Helen suggested.
David
[Non-text portions of this message have been removed]