Configuring the MySQL database
Create databases for the platform and the application.
E.g.: The following command is used to create the database xxcloudio:
2. Create a user to access the databases.
E.g.: The following command is used to create a user for the database xxcloudio:
3. Grant the user privileges required to work with the databases.
E.g.: The following command is used to grant the user privileges for the database xxcloudio:
Last updated
Was this helpful?