A new Ingres user may be created who is able to impersonate the MDB administrative user (mdbadmin). This impersonation is valid for all Ingres commands that support the specification of a user, typically those using a -u parameter. The Ingres SQL command is a good example of this.
Other commands such as the Ingres checkpoint command (ckpdb) also support the -u parameter.
To create an administrative user
To create a user, use the following SQL commands:
create user username with default privileges=(createdb,security,operator,maintain_locations,maintain_users) \g
grant db_admin on database mdb to user username \g
These statements need to be issued from the database server by the OS user that installed Ingres/MDB. In addition the command line for the SQL command is:
sql iidbdb -u$ingres
Note: The connection in this case is made to the Ingres installation database, not the MDB.
| Copyright © 2008 CA. All rights reserved. | Tell Technical Publications how we can improve this information |