# MySQL

MySQL es una de las aplicaciones de base de datos más populares, gracias a su plataforma de código abierto, que se presta a amplias personalizaciones. Integrar MySQL con GearPlug te permite mantener tu base de datos actualizada automáticamente.

{% hint style="info" %}
**¿No ves la acción que necesitas?**

¡[Contáctanos ya](https://www.gearplug.io/contact)! Selecciona la opción "Sugerir Acción", recomiéndanos la acción que te gustaría ver, y nosotros evaluaremos cómo incluirla.
{% endhint %}

### Como origen

<figure><img src="https://lh4.googleusercontent.com/juETOcK5100xH8r800R6wcP_iLdAln8_M8TZXIHRi9aUMlEwK8nJizZIrXdCZtEgYJ_A9yuB7JBdJRuD7G7gxDHGNOLU0eIscrwULjifIEULvRcIV_UWAEM9MG6Lo9zbs7HEKH6BjGn0ns7yXf5qfw" alt=""><figcaption></figcaption></figure>

Como origen, MySQL ofrece una acción:

* **Obtener datos de la fila**: Extrae los datos de nuevos registros creados en tu base de datos.

### Como destino

<figure><img src="https://lh5.googleusercontent.com/PpZ8cfmD1zPAfOtFQE1ZHI1PKma0Ct05ef301o3wBd3szSPXKbsG5oxF1hcov13PCW5Q4u6046GF0yc9il5hyWVEqmFw9vq8CHtFAPHEJzbE7oA5QVDe-ZtauD5IV4GHH4KKnrq3Awrnj8r7LyEYFQ" alt=""><figcaption></figcaption></figure>

Como destino, MySQL ofrece dos acciones:

* **Insertar fila**: Crea nuevos registros automáticamente en tu base de datos con información de otras apps.
* **Actualizar fila**: Actualiza registros existentes con información de otras apps.


---

# 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.gearplug.io/configura-tus-conexiones/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.
