简体   繁体   English

如何为Windows创建Firebird数据库的多个实例(用户)?

[英]how to create multiple instances(Users) to firebird database for windows?

Hi I have a issue with firebird database. 嗨,我对firebird数据库有问题。 I am using dotnet frame work. 我正在使用dotnet框架。 I had choosen firebird database having embedded database and Lightweight, most important thing is ours is a portable software. 我选择了具有嵌入式数据库和Lightweight的firebird数据库,最重要的是我们的是便携式软件。 I am unable change the default user password and unable to create a new User for the same database. 我无法更改默认用户密码,也无法为同一数据库创建新用户。 In my program I have to change the default user(sysdba) password and create a new user to the same database. 在我的程序中,我必须更改默认用户(sysdba)密码,并在同一数据库中创建一个新用户。

Please give me the solutions for my program. 请给我我程序的解决方案。

thanks And Regards 谢谢并恭祝安康

GVL Subrahmanyam GVL Subrahmanyam

If you are using Firebird embedded, it does not use a username and password (although most drivers will require you to set a username and password (any will do)). 如果您使用的是嵌入式Firebird,则它不使用用户名和密码(尽管大多数驱动程序将要求您设置用户名和密码(任何操作都可以))。

So you cannot change the username and password if you are using Firebird embedded, because there is no username and password to change. 因此,如果您使用的是嵌入式Firebird,则无法更改用户名和密码,因为没有用户名和密码可以更改。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM