If you create a user account and do not assign a login policy, they are assigned the root login policy.
Connect to the database as a user with DBA authority.
Right-click Users & Groups and choose New » User.
Follow the instructions in the Create User Wizard.
Connect to the database as a user with DBA authority.
Execute a CREATE USER statement.
This example creates a user called SQLTester with the password "welcome" and assigns the Test1 login policy.
CREATE USER SQLTester IDENTIFIED BY welcome LOGIN POLICY Test1; |
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |