Firebird: Unterschied zwischen den Versionen
Aus Vosp.info
V (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „ = Installation =“) |
F (Diskussion | Beiträge) |
||
Zeile 1: | Zeile 1: | ||
+ | |||
+ | = connect to database = | ||
+ | |||
+ | <source lang=bash> | ||
+ | # isql-fb -user sysdba -password masterkey localhost:employee | ||
+ | isql-fb -user sysdba -password masterkey "/path/to/db/file.fdb" | ||
+ | </source> | ||
= Installation = | = Installation = |
Version vom 21. Oktober 2019, 19:15 Uhr
connect to database
# isql-fb -user sysdba -password masterkey localhost:employee
isql-fb -user sysdba -password masterkey "/path/to/db/file.fdb"