Subject | RE: [firebird-support] Can't run GFix |
---|---|
Author | Michael Möhle |
Post date | 2007-12-10T14:04:58Z |
If you run on a windows machine your posted commandline can not be correct:
gfix -user SYSDBA -password masterkey dbserver:/db/mydb.fdb -v -f
This is a commandline for a database on a linux machine. For windows it
must be something like:
gfix -user SYSDBA -password masterkey dbserver:c:\data\mydb.fdb -v -f
Behind the name of the dbserver, there must be the full path to your dbfile!
Michael
[Non-text portions of this message have been removed]
gfix -user SYSDBA -password masterkey dbserver:/db/mydb.fdb -v -f
This is a commandline for a database on a linux machine. For windows it
must be something like:
gfix -user SYSDBA -password masterkey dbserver:c:\data\mydb.fdb -v -f
Behind the name of the dbserver, there must be the full path to your dbfile!
Michael
[Non-text portions of this message have been removed]