Subject | Re: how can i change db directory from /tmp firebird 2.5 on centos6.4 |
---|---|
Author | (¯`°-»ARASH«-°´¯) |
Post date | 2013-09-18T07:48:10Z |
thanks for your answers but when i connect to fb in linux server from remote app on windows and create db my database directory goes in /tmp/mydbname.fdb my question is how can i change it
2-in /opt/firebird there are 3 config files: aliases.conf,fbtrace.conf
,firebird.conf.....i think fbtrace.conf for log but how can i config it for syslog or like syelog
3-there in no good documents for linux server and config file in firebirdsql
2-in /opt/firebird there are 3 config files: aliases.conf,fbtrace.conf
,firebird.conf.....i think fbtrace.conf for log but how can i config it for syslog or like syelog
3-there in no good documents for linux server and config file in firebirdsql
--- In firebird-support@yahoogroups.com, Alexandre Benson Smith <iblist@...> wrote:
>
> Em 17/9/2013 06:13, (�`�-�ARASH�-���) escreveu:
> > hello everybody ....i am new in firebirdsql and i installed it(superserver2.5) on centos 6.4 and my questions are:
> >
> > 1-how can i change defualt path /tmp to another directory for example /var(when i connect to it from windows(remote) mydb is created in /tmp)
>
> I think the best you could do is read the Quick Start Guide.
> http://www.firebirdsql.org/file/documentation/reference_manuals/user_manuals/html/qsg25.html
>
>
> when you create a database you could specify the full path.
>
> something like
>
> create database /home/myuser/mydatabase.fdb
>
> or
>
> create database localhost:/home/myuser/mydatabase.fdb
>
>
>
> > 2-what is the best config for /opt/firebird/firebird.conf(docs for config)
>
> It depends on your usage.. the firebird comes with the best config for
> the general use case
>
> > 3-docs for linux centos
> >
>
> http://www.firebirdsql.org/en/documentation/
>
> > thanks
> >
> >
>
> AFAIK there is no integration with syslog, you could look at
> /opt/firebird/firebird.log, but... what information are you looking for ?
>