How to install Firebird 5 silently #8846
-
|
Hi, Thank you, |
Beta Was this translation helpful? Give feedback.
Replies: 7 comments 5 replies
-
|
I've used this in a 'inno setup' file: Which is installing Firebird 5, but I don't know the sysdba's password. |
Beta Was this translation helpful? Give feedback.
-
|
Automating Firebird installation is documented in https://github.com/FirebirdSQL/firebird/blob/v5.0-release/builds/install/arch-specific/win32/installation_scripted.txt |
Beta Was this translation helpful? Give feedback.
-
|
Thank you for your quick response. Now I am able to set properly the sysdba's password.
Thank you, |
Beta Was this translation helpful? Give feedback.
-
|
From reading the docs I found that i need to be connect a database to create a
new user (but in the case of a new server there are no databases at the beginning).
It has at least two databases: security.db and employee.fdb. Both are
accessible in embedded mode using SYSDBA without password.
For a new user to be able to create databases it must be granted rights to do
so:
https://firebirdsql.org/file/documentation/chunk/en/refdocs/fblangref50/fblangref50-security-granting.html#fblangref50-security-grant-db-ddl-exmpl
|
Beta Was this translation helpful? Give feedback.
-
|
isql.exe it is not in the default folder, I put it in a folder on c: drive (c:\firebird5). |
Beta Was this translation helpful? Give feedback.
-
|
I copied both isql.exe and fbclient.dll from firebird5 to my 'c:\firebird5' folder.
|
Beta Was this translation helpful? Give feedback.
-
|
Thank you all. |
Beta Was this translation helpful? Give feedback.
Automating Firebird installation is documented in https://github.com/FirebirdSQL/firebird/blob/v5.0-release/builds/install/arch-specific/win32/installation_scripted.txt