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 ?
