Quote:
Originally posted by eckleder
Hello,
how can I create a new user in a Informix Database?
Please tell me the steps for a user which can login, create tables ... or a user with admin preferences.
Thx for your help...
|
Hi,
The user must be exist for the operating system (Unix/Linux), then run DBACCESS/ISQL, execute "grant connect | resource | dba to "username".
Then to prove the connection.
Gustavo.