# MySQL

## Overview

This section outlines how to spin up MySQL Cloud Databases and connect them with Neurelo. You can use an instance of MySQL on any cloud provider such as -

* AWS RDS for MySQL (including their serverless offering)
* Azure Databases for MySQL,&#x20;
* Google Cloud MySQL-compatible databases, and more

While we mention certain cloud providers here, it's important to note that Neurelo is designed to work seamlessly with supported MySQL databases across any Cloud, Hybrid, On-Prem, or Local deployments

{% hint style="info" %}
Reference - [Neurelo Supported Databases and Versions](/references/supported-databases.md)
{% endhint %}

The following section has guides on creating cloud databases for using with Neurelo -

## Guides

* Using [AWS RDS (MySQL)](/guides/provisioning-cloud-databases-for-using-with-neurelo/mysql/aws-rds-mysql.md) with Neurelo


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.neurelo.com/guides/provisioning-cloud-databases-for-using-with-neurelo/mysql.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
