# MySQL

**Integration type**: `Read` `Write` `SQL`

Integration with MySQL allows you to read and write data from and to MySQL instances in a streaming mode.&#x20;

**Data for the connection:**

<figure><img src="/files/1ni1pt81shSdsQ1ZRQ5s" alt=""><figcaption></figcaption></figure>

## Using SSH connection for open-source and on-premise editions

If you want to use SSH to connect to your MySQL database while using our open-source and on-premise edition, you need to place your private RSA SSH key called `id_rsa` to the following two folders:

* `processor/taskrunner/config/keys/`
* `backend/integrations/config/keys/`

&#x20;If you don't have RSA SSH keys yes, here you can learn how to [generate them](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent#generating-a-new-ssh-key).&#x20;


---

# 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.ylem.co/integrations/library-of-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.
