Subject | Re: [firebird-support] Create SYSDBA power under a different name and then delete SYSDBA |
---|---|
Author | Ivan Prenosil |
Post date | 2004-12-20T11:46:47Z |
> >If that is all you need then just create *role* SYSDBA.You mean how to create database ? Using Create Database command.
> >(the database must be created under different user).
>
> I am sorry but I don't know how to go about this.
Or how to create role ? Using Create Role command. E.g.
CREATE DATABASE 'd:\db.fdb' USER 'NAMIT' PASSWORD 'x5f4g4r8d5c4';
CREATE ROLE SYSDBA;
Ivan