1. Log into your CirrusGrid account and create an environment with MySQL or MariaDB database server (both are available within the SQL wizard section).

In order to provide a connection example, we’ve added Apache PHP application server.
2. After environment creation, you’ll get an email with the MySQL (or MariaDB) administration and connection details:

3. Return to your dashboard and click the Open in Browser button for the appropriate database node (either MySQL or MariaDB).

Log into the opened admin panel using credentials you’ve received in the above-mentioned email.
4. Go to the Databases tab and Create a new database (e.g., mysqldb).

Now, you can deploy your application (either from archive or GIT/SVN repository) to the created environment.