Subject | Connecting to Superserver on CentOS 6 |
---|---|
Author | David E. Wheeler |
Post date | 2015-05-11T22:45:45Z |
Firebirders,
I have been using the firebird-classic RPM for testing Sqitch, connecting like so:
isql-fb -u sysdba -p masterkey
This worked well, but now I’d like to use superserver, instead. So I removed that RPM and installed 2.5.4.26856.0-1.el6 from EPEL and fired up the server with `sudo service firebird-superserver start`. But now the above command is unable to connect me:
$ isql-fb -u sysdba -p masterkey
Use CONNECT or CREATE DATABASE to specify a database
SQL> create database 'foo';
Statement failed, SQLSTATE = 08004
connection rejected by remote interface
What do I need to tweak to get it so that I can connect and create a database? The hosts file includes “localhost” as a name for 127.0.0.1, for what that’s worth, so I doubt it’s a host name issue.
TIA,
David
[Non-text portions of this message have been removed]
I have been using the firebird-classic RPM for testing Sqitch, connecting like so:
isql-fb -u sysdba -p masterkey
This worked well, but now I’d like to use superserver, instead. So I removed that RPM and installed 2.5.4.26856.0-1.el6 from EPEL and fired up the server with `sudo service firebird-superserver start`. But now the above command is unable to connect me:
$ isql-fb -u sysdba -p masterkey
Use CONNECT or CREATE DATABASE to specify a database
SQL> create database 'foo';
Statement failed, SQLSTATE = 08004
connection rejected by remote interface
What do I need to tweak to get it so that I can connect and create a database? The hosts file includes “localhost” as a name for 127.0.0.1, for what that’s worth, so I doubt it’s a host name issue.
TIA,
David
[Non-text portions of this message have been removed]