Previous Topic: Creating a New DatabaseNext Topic: Configuring MySQL


Creating a Database User

Create a user with the following criteria:

  1. Create a user (recommended name is arcotuser), with a schema in the new database arcotdb.
  2. Set the quota of user to at least 5 GB to 10 GB for a development or test deployment, which is primarily used for audit logs.

    Note: If the deployment is for the production environment, staging, or other intensive testing, see "Database Reference" to determine the quota that is required for a user.

  3. Grant the DBA role to the user.