Firebird: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
F (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
F (Diskussion | Beiträge) |
||
| Zeile 5: | Zeile 5: | ||
# isql-fb -user sysdba -password masterkey localhost:employee | # isql-fb -user sysdba -password masterkey localhost:employee | ||
isql-fb -user sysdba -password masterkey "/path/to/db/file.fdb" | isql-fb -user sysdba -password masterkey "/path/to/db/file.fdb" | ||
isql-fb -user sysdba -password masterkey 192.168.0.123/123:DB -i file.sql | |||
</source> | </source> | ||
= Installation = | = Installation = | ||
Version vom 21. Oktober 2019, 21:05 Uhr
connect to database
# isql-fb -user sysdba -password masterkey localhost:employee
isql-fb -user sysdba -password masterkey "/path/to/db/file.fdb"
isql-fb -user sysdba -password masterkey 192.168.0.123/123:DB -i file.sql