Subject | RE: [ib-support] Changing the sysdba password when installing from a deployment CD |
---|---|
Author | Alan McDonald |
Post date | 2002-09-05T00:46:43Z |
this is a batch file which executes after the install
cd C:\Program Files\Borland\InterBase\bin
set ISC_USER=SYSDBA
set ISC_PASSWORD=masterkey
GSEC -add ANOTHERUSER -pw somepword
GSEC -modify SYSDBA -pw masterk
gbak -r -user ANOTHERUSER -password somepword c:\mydb.gbk c:\mydb.gdb
del c:\ib-data\smRestore.cmd
Alan
-----Original Message-----
From: news@... [mailto:news@...]On Behalf Of Raymond
Kennington
Sent: Thursday, 5 September 2002 10:28
To: ib-support@yahoogroups.com
Subject: [ib-support] Changing the sysdba password when installing from a
deployment CD
Suppose a database is created by user sysdba with password password2.
Once Firebird (or IB) is installed and the database and application are
installed Firebird
does not use password2.
Given the recommendation to alter it, what is a good way to do this during
installation of
FB, database and app from a CD where the installation program for the app
is InstallShield
Express?
Raymond Kennington
Yahoo! Groups Sponsor
ADVERTISEMENT
To unsubscribe from this group, send an email to:
ib-support-unsubscribe@egroups.com
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
[Non-text portions of this message have been removed]
cd C:\Program Files\Borland\InterBase\bin
set ISC_USER=SYSDBA
set ISC_PASSWORD=masterkey
GSEC -add ANOTHERUSER -pw somepword
GSEC -modify SYSDBA -pw masterk
gbak -r -user ANOTHERUSER -password somepword c:\mydb.gbk c:\mydb.gdb
del c:\ib-data\smRestore.cmd
Alan
-----Original Message-----
From: news@... [mailto:news@...]On Behalf Of Raymond
Kennington
Sent: Thursday, 5 September 2002 10:28
To: ib-support@yahoogroups.com
Subject: [ib-support] Changing the sysdba password when installing from a
deployment CD
Suppose a database is created by user sysdba with password password2.
Once Firebird (or IB) is installed and the database and application are
installed Firebird
does not use password2.
Given the recommendation to alter it, what is a good way to do this during
installation of
FB, database and app from a CD where the installation program for the app
is InstallShield
Express?
Raymond Kennington
Yahoo! Groups Sponsor
ADVERTISEMENT
To unsubscribe from this group, send an email to:
ib-support-unsubscribe@egroups.com
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
[Non-text portions of this message have been removed]