Subject | Re: [firebird-support] Re: firbird 1.5 database creation error |
---|---|
Author | Milan Babuskov |
Post date | 2006-10-22T16:16:42Z |
wang960 wrote:
group 'firebird' doesn't have write access. But, you should not be
logged in as 'firebird' user anyway. If you really need to, the best
idea is to add yourself to 'firebird' group.
Since you're using Classic, you can also connect with any Firebird
username using the hostname: prefix:
./isql localhost:/home/fdb/test.fdb -user sysdba -pass ******
--
Milan Babuskov
http://swoes.blogspot.com/
http://www.flamerobin.org
> login in as 'root'And also: chmod 660.
> create a file in isql,
> SQL> create database '/home/fdb/test.fdb' page_size 8192;
>
> but test.fdb is owned by root, have to:chown to firebird.firebird
> if i login as 'firebird', and run isql, i got an error:Default permissions are probably 640 or 600 which are insufficient as
> unable to open
>
> why user firebird can not run isql?
group 'firebird' doesn't have write access. But, you should not be
logged in as 'firebird' user anyway. If you really need to, the best
idea is to add yourself to 'firebird' group.
Since you're using Classic, you can also connect with any Firebird
username using the hostname: prefix:
./isql localhost:/home/fdb/test.fdb -user sysdba -pass ******
--
Milan Babuskov
http://swoes.blogspot.com/
http://www.flamerobin.org