Subject | Re: [firebird-php] connecting to a db ... |
---|---|
Author | Jochem Maas |
Post date | 2006-04-05T14:42:33Z |
Frank Schlottmann-Goedde wrote:
trying to connect via TCP/IP.
I didn't notice the isql-db binary before and had only been using
the 'old' isql binary found in the firebird2/bin/ dir ... apparently
the 'old' binary is a symlink to the isql-fb binary....
to reiterate, the following works:
isql-fb -user SYSDBA -password XXXXXXXX emp
but this does not (as root or any other user):
isql-fb -user SYSDBA -password XXXXXXXX localhost:emp
(where 'emp' is a defined alias to the example employee.gdb)
thanks for everyones efforts so far ...
> Jochem Maas schrieb:...
>
>I do. note that I cannot connect even as root user from the command when
>
> As it seems to be a 2.0 server you will probably need
> isql-fb -user SYSDBA -password XXXXXXXX localhost:database_alias
>
> Do you provide an username and password in your connct-string?
trying to connect via TCP/IP.
I didn't notice the isql-db binary before and had only been using
the 'old' isql binary found in the firebird2/bin/ dir ... apparently
the 'old' binary is a symlink to the isql-fb binary....
to reiterate, the following works:
isql-fb -user SYSDBA -password XXXXXXXX emp
but this does not (as root or any other user):
isql-fb -user SYSDBA -password XXXXXXXX localhost:emp
(where 'emp' is a defined alias to the example employee.gdb)
thanks for everyones efforts so far ...
>
> Frank