Subject Re: Need help! Can't access tables as regular user!
Author josevalviana
--- In firebird-support@yahoogroups.com, "Ann W. Harrison"
<aharrison@i...> wrote:
> At 04:46 PM 12/20/2004, josevalviana wrote:
>
> >When trying to use access databases as a regular user ( I mean not
> >root or firebird) I receive a "Permission denied" answer, even when
using:
> >
> >isql database.fdb -u SYSDBA -p <password>
> >
> >As root or firebird everything works just fine...
>
> Have you granted privileges to other users?
>
> Cheers,
>
>
> Ann

I think I found the solution, I expect...

In command line it works only like that:

as regular user:

isql localhost:<path>/database.fdb -u <username> -p <password>

I found out that localhost or server IP is necessary to access the
database as a regular user... Is that true?