Subject | Re: [firebird-support] how can i change db directory from /tmp firebird 2.5 on centos6.4 |
---|---|
Author | Alexandre Benson Smith |
Post date | 2013-09-17T14:34:45Z |
Em 17/9/2013 06:13, (¯`°-»ARASH«-°´¯) escreveu:
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
the general use case
/opt/firebird/firebird.log, but... what information are you looking for ?
> hello everybody ....i am new in firebirdsql and i installed it(superserver2.5) on centos 6.4 and my questions are:I think the best you could do is read the Quick Start Guide.
>
> 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)
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 centoshttp://www.firebirdsql.org/en/documentation/
>
> thanksAFAIK there is no integration with syslog, you could look at
>
>
/opt/firebird/firebird.log, but... what information are you looking for ?