# Crea tu conexión a MySQL

{% hint style="info" %}
**Conexión Oauth**: Instala nuestra aplicación en tu cuenta para que podamos conectarlo a otras apps.
{% endhint %}

Para crear tu conexión a MySQL, necesitarás la ubicación de tu base de datos. Puedes conseguir esta información en los detalles de tu base de datos.

### Configura el acceso

1. **Dirígete a “Mis Apps”** en la parte superior de tu cuenta de GearPlug.

<figure><img src="https://lh3.googleusercontent.com/uhjL2il8cQkUEKpdUQV3RctUsfXQ122CUf7hDZ3D3h2KgeR0VT9m0z4zPUYf9oTY5i2p2XaROthyofZJFM6uh3NQRvEmx3QwIsOK3xWGQfEJK3VHKe6qdoVpKDYGysPMcbSOkP6AMPZ-ZQH0_YT31w" alt=""><figcaption></figcaption></figure>

2. **Selecciona MySQL** en el menú desplegable debajo de “Nueva conexión” y haz clic en “Crear”.

<figure><img src="https://lh5.googleusercontent.com/peWBVrXyKAszO-gjwrEdre8NCybsjYE-4qoqS7DZsZ43r0B71Jpo0ozI1O0z1B8l0lLkBIRTYjktcnQ1nBjEmERlMnm-VUCpf3Q7lm7U9zQtJPzoC4-3sjvid31ccuXhpgwVdPMPdbEqeZ2ZX1mX8Q" alt=""><figcaption></figcaption></figure>

3. **Llena los campos** con la información correspondiente de tu base de datos y haz clic en “Continuar” para terminar la configuración.

<figure><img src="https://lh4.googleusercontent.com/HLkrPyWUdidz01XNHGGS-j5zSMRyjXyhGP92L89gTUuS65ZNpy_DQqfPmXpLZhmMScSCYpDSbldocU0EMR24U_EKBNrS21JGEiuOgDOLKotLlkenquKJ3OE4AHgDbysxTEj4GXQ3e4ekb-4jFgphLg" alt=""><figcaption></figcaption></figure>


---

# 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/crea-tu-conexion-a-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.
