Subject | Re: [firebird-support] How can I get a list of firebird db users? |
---|---|
Author | Milan Babuskov |
Post date | 2012-01-11T14:46:16Z |
Ahmet Nuri D wrote:
Example on my Linux box:
$ gsec -display -database srv:/opt/firebird/security2.fdb -user sysdba
-pass masterkey
user name
----------------------------------
SYSDBA
MILANB
Regards,
--
Milan Babuskov
==================================
The easiest way to import XML, CSV
and textual files into Firebird:
http://www.guacosoft.com/xmlwizard
==================================
> Hi, I want to list firebird user. can I do that?Start Firebird gsec tool with "-display" switch.
Example on my Linux box:
$ gsec -display -database srv:/opt/firebird/security2.fdb -user sysdba
-pass masterkey
user name
----------------------------------
SYSDBA
MILANB
Regards,
--
Milan Babuskov
==================================
The easiest way to import XML, CSV
and textual files into Firebird:
http://www.guacosoft.com/xmlwizard
==================================