File tree Expand file tree Collapse file tree 1 file changed +2
-13
lines changed Expand file tree Collapse file tree 1 file changed +2
-13
lines changed Original file line number Diff line number Diff line change @@ -6,17 +6,6 @@ Installation steps for Firebird for NH TeamCity:
6
6
3. Leave other settings with their defaults.
7
7
4. The setup should install Firebird on the machine;
8
8
5. Go into Firebird folder (c:\program files\firebird\) and create a folder named Data.
9
-
10
- Creating the NH database:
11
-
12
- a. Open ISQL (start -> programs -> Firebird -> ISQL);
13
- b. Type:
14
- create database 'localhost:c:\Program Files\Firebird\Data\NHibernate.fdb' page_size 8192
15
- user 'sysdba' password 'masterkey';
16
-
17
- Please do not omit "localhost:", otherwise file access rights will not be adequate. Specifying localhost ensures
18
- the database is created by the server process. Otherwise it is create in embedded mode, with connected user acl.
19
- c. Go in Firebird installation directory and open databases.conf;
20
- d. Add in "Live Databases" section:
9
+ 6. Go in Firebird installation directory and open databases.conf;
10
+ 7. Add in "Live Databases" section:
21
11
nhibernate = C:\Program Files\Firebird\Data\NHIBERNATE.FDB
22
-
You can’t perform that action at this time.
0 commit comments