Changing a password

 To change a user password (Sybase Central)
  1. Use the SQL Anywhere 12 plug-in to connect to the database as a user with DBA authority.

  2. Click Users & Groups.

  3. In the Users & Groups list, right-click a user and then choose Properties.

  4. Select This User Has A Password.

  5. Complete the Password and Confirm Password fields.

  6. Click Apply.

  7. Click OK.

 To change a user password (SQL)
  1. Connect to the database as a user with DBA authority.

  2. Execute an ALTER USER statement.

 Example
 Changing the DBA password
 Example
 See also