From Fedora Project Wiki

Revision as of 11:26, 12 April 2017 by Tuju (talk | contribs) (Created page with "'''Firebird''' is a cross-platform SQL-database. These are quick instructions how to get it running on Fedora / CentOS system. == Installation == There are [http://www.fire...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Firebird is a cross-platform SQL-database.

These are quick instructions how to get it running on Fedora / CentOS system.


Installation

There are three versions of Firebird server software. You want superserver.

# yum install -y  firebird-superserver
# service firebird-superserver  start

Chaging admin password

Creating user

# gsec -user sysdba  -password masterke   add dude -pw dudepw1


Creating database