Firebird: Unterschied zwischen den Versionen

Aus Vosp.info
Wechseln zu:Navigation, Suche
(Die Seite wurde neu angelegt: „ = Installation =“)
 
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"

Installation