Upload page content

You can upload content for the page named below. If you change the page name, you can also upload content for another page. If the page name is empty, we derive the page name from the file name.

File to load page content from
Page name
Comment

Locked History Actions

firebird/MacOS

Mac OS上のFirebird

資料としては古いが、以下に解説がある。

Firebird Database Server on Mac OSX

1

インストーラによってインストールすると、「/Library/Frameworks/Firebird.framework」にインストールされる。gsecやisql等のコマンドを使いたいときは、以下の設定を行う必要がある。

export FIREBIRD_HOME=/Library/Frameworks/Firebird.framework/Resources
export PATH=$PATH:$FIREBIRD_HOME/bin

2

自分のアカウントをfirebirdグループに追加しておく。

dscl . append /Groups/firebird GroupMembership myname