When I issue an isql command:
create database "localhost:testdb.fdb" user milenio password "secret";
I get the following error:
Statement failed, SQLSTATE = 28000
no permission for CREATE access to DATABASE testdb.fdb
what am I missing? How do I grant the necessary permissions to user milenio?