Installing Firebird 3.0 service and database administrator in Linux

Installing Firebird 3.0 service and database administrator in Linux

1- First we must add the repositories for linux by entering the following command in the terminal: sudo add-apt-repository ppa: mapopa / firebird3.0


2- Proceed to update and inspect if the package was installed for use, insert the following commands: sudo apt-get update and apt-cache search firebird3.0


3- We proceed to install the server with the following command: sudo apt-get install firebird3.0-server

- if we want to configure the firebird password again, insert the following command: sudo dpkg-reconfigure firebird3.0-server


5- Once the installation process of the Firebird service is finished, we proceed to install the database administrator.


Enter the following command in the console: apt-get install flamerobin


6- Once the administrator is installed, we enter the program


    We click on "Register existing database" where we select the path where our file is located.FDB


Then we have a window to register our existing database



- Display name: name of the database

- Database path: path of the file.fdb

- User name: SYSDBA

- Password: by default it is masterkey / password added when configuring


    • Related Articles

    • Installing PHP 7.3 - Linux

      his documentation will teach all the steps necessary for the installation of the PHP 7.0, Apache 2.4 and the Scriptcase using the manual installation in the Linux environment. Doing this kind of installation you will be responsible for configuring ...
    • Install ScriptCase PHP 7.0 on a XAMPP on Linux

      Xampp Installation Using PHP 7.0 XAMPP It allows you to easily install Apache on your own computer, regardless of your operating system (Linux, Windows, MAC or Solaris). First you have to proceed to download XAMPP PHP ...
    • Install ScriptCase PHP 7.3 on a XAMPP in Linux

      Xampp Installation Using PHP 7.3 XAMPP It allows you to easily install Apache on your own computer, regardless of your operating system (Linux, Windows, MAC or Solaris). First you have to proceed to download XAMPP PHP ...
    • Installing PHP 7.0 - Linux

      This article describes PHP 7.0 and Apache 2.4 installation to ScriptCase use. Supported Operating Systems: Ubuntu Debian CentOS\RHEL OpenSuse Necessary Files: SourceGuardian Loader (ixed.7.0.lin): Click Here Setting Up PHP - Ubuntu Because of recent ...
    • Installing PHP 7.3 - macOS

      This documentation will cover how to install PHP 7.3 and ScriptCase manually on macOS. Performing this type of installation is your responsible for configuring your entire environment as well as database extensions. Listed below are versions of macOS ...