Subject Re: [firebird-support] Re: Unreadable file & Firebird to MySQL data migration
Author Paul Vinkenoog
Pierre Polome wrote:

> Actually, it seams that there is no user/password set on my firebird embedded server installation on windows ...
>
> When I'm trying to update sysdba user, because it does not exist, I can't.
>
> How can I create a db user in an embedded server?

You can't. Users don't exist in regular databases, they exist in the security database.
They are referenced in regular databases though, as owners of tables, procedures etc., or as having certain rights on objects.

But with Firebird Embedded, the security database isn't used at all. Just connect as SYSDBA with *any* password and you have full access.


Cheers,
Paul Vinkenoog