Subject | Re: Restarting Firebird in Linux |
---|---|
Author | Andrew Monteith |
Post date | 2003-05-07T13:03:57Z |
Hi Daniel
In the firebird script the restart does a stop and then a start. So
when the stop is issued it needs the SYSDBA password. You need to
make sure your password is in the firebird script
: ${ISC_USER:=SYSDBA}
: ${ISC_PASSWORD:=xxx}
HTH
Andrew Monteith
--- In ib-support@yahoogroups.com, "Daniel Hristov Delin"
<daniel.hristov@e...> wrote:
In the firebird script the restart does a stop and then a start. So
when the stop is issued it needs the SYSDBA password. You need to
make sure your password is in the firebird script
: ${ISC_USER:=SYSDBA}
: ${ISC_PASSWORD:=xxx}
HTH
Andrew Monteith
--- In ib-support@yahoogroups.com, "Daniel Hristov Delin"
<daniel.hristov@e...> wrote:
> I have a Firebird database running in a Linux server.defined. Ask
> When I intent to restart the server with
> "/etc/rc.d/init.d/firebird restart",
> the result is:
>
> Stopping Firebird Server: Your user name and password are not
> your database administrator to set up a Firebird login.existing
>
> I created a linux user with the same username and password as the
> in Firebird, and also created a user in Firebird same as anexisting Linux
> user, but none of them solved the problem.
>
>
> Any idea?