Subject | Re: [ib-support] Sql Error |
---|---|
Author | Schlottmann-Goedde@t-online.de |
Post date | 2001-01-30T17:07:45Z |
Nando Dessena schrieb:
there is a localhost entry missing in /etc/hosts.equiv.
So try to do the following
echo localhost >> /etc/hosts.equiv
(and, just to be sure, or if you have a Redhat based
distribution)
echo localhost.localdomain >>/etc/hosts.equiv
Frank
--
"Fascinating creatures, phoenixes. They can carry immensely heavy loads,
their tears have healing powers and they make highly faithful pets."
- J.K. Rowling
http://firebird.sourceforge.net
>This isn't true, the syntax is totally correct, but
> Carlo,
>
> > I'm trying to connect to my IB database using isql on linux with the
> > following syntax:
> >
> > SQL> connect /db/mydb.gdb;
>
> from what I've been told, local connections aren't available under
> Linux, and you should use TCP/IP (with localhost or 127.0.0.1).
> HTH
there is a localhost entry missing in /etc/hosts.equiv.
So try to do the following
echo localhost >> /etc/hosts.equiv
(and, just to be sure, or if you have a Redhat based
distribution)
echo localhost.localdomain >>/etc/hosts.equiv
Frank
--
"Fascinating creatures, phoenixes. They can carry immensely heavy loads,
their tears have healing powers and they make highly faithful pets."
- J.K. Rowling
http://firebird.sourceforge.net