Firebird: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
V (Diskussion | Beiträge) Die Seite wurde neu angelegt: „ = Installation =“ |
F (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
||
| 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"