# MySQL

[**MySQL** ](https://www.mysql.com/)is an open-source relational database management system.

To Integrate MySQL with Jet Admin and build your first app, follow our guide:

### &#x20;Connect MySQL to Jet Admin <a href="#step-1-set-up-your-backend-on-supabase" id="step-1-set-up-your-backend-on-supabase"></a>

* On the MySQL Dashboard, find the host name and port connection information. The host name is found on the [MySQL DB System Details page](https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-dbsystem-view-details.html#GUID-B9B43D07-724E-442D-A860-42E9F2FF39E4).&#x20;

The quickest way to integrate database is **Instant Connection**. We encrypt all data and credentials that go through our servers using an HTTPS connection.


---

# 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.jetadmin.io/user-guide/integrations/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.
