Locked History Actions

Diff for "firebird/MacOS"

Differences between revisions 1 and 2
Deletions are marked like this. Additions are marked like this.
Line 7: Line 7:
== 要点 == == 1 ==
Line 15: Line 15:

== 2 ==

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

{{{
dscl . append /Groups/firebird GroupMembership myname
}}}

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