in Firebird there is the rdb$admin-role and I can grant this role to a user while I'am create the user:
Code: Select all
CREATE USER newuser PASSWORD 'password' GRANT ADMIN ROLE
Code: Select all
gsec -add newuser -pw password -admin yes
Code: Select all
CREATE USER newuser PASSWORD 'password' GRANT ADMIN ROLE
Code: Select all
gsec -add newuser -pw password -admin yes