Previous Topic: Creating a 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 the user to at least 5 to 10 GB for a development or test deployment, which is primarily used for audit logs.

    Note: If the deployment is for production, staging, or other intensive testing, refer to appendix, "Database Reference" to determine the quota that must be set for the user.

  3. Grant the DBA role to the user.