From Fedora Project Wiki
(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...") |
|||
Line 11: | Line 11: | ||
== Chaging admin password == | == Chaging admin password == | ||
# gsec -user sysdba -pass masterkey -mo sysdba -pw newpwd1 | |||
== Creating user == | == Creating user == |
Revision as of 11:54, 12 April 2017
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
# gsec -user sysdba -pass masterkey -mo sysdba -pw newpwd1
Creating user
# gsec -user sysdba -password masterke add dude -pw dudepw1