# Quick Start

<!--- Template Guidance 
Write a short introduction and the getting started guide to your product. 
If there are any standout features to call it, this is probably the place to do it. 

NOTE: Take a look at the quick-start of Object Storage (community/community/content/product/storage/object-storage/quick-start/_index.md) for an idea on the tone and the level of detail. 
-->

## Specific Options for MySQL
You can find all the specific options for MySQL by using the CLI help:

```bash
exo dbaas create --help-mysql
  --mysql-admin-password         custom password for admin user
  --mysql-admin-username         custom username for admin user
  --mysql-backup-schedule        automated backup schedule (format: HH:MM)
  --mysql-fork-from              name of a Database Service to fork from
  --mysql-ip-filter              allow incoming connections from CIDR address block
  --mysql-recovery-backup-time   the timestamp of the backup to restore when forking from a Database Service
  --mysql-settings               MySQL configuration settings (JSON format)
  --mysql-version                MySQL major version
```

