# ¿Cómo crear una base de datos en HestiaCP?

Para crear una base de datos seguí los siguientes pasos:

1. Ingresá al área **BBDD**.
2. Verás la lista de bases de datos creadas.
3. Hacé clic en el botón **Añadir Base de Datos** para crear una nueva base de datos.

<figure><img src="/files/ZsSiBVIgHsEOxjypgJet" alt=""><figcaption></figcaption></figure>

Los datos a configurar son:

1. Escribí el nombre de la base de datos.
2. El tipo de base de datos siempre será **mysql**.
3. Escribí el nombre de usuario que se conectará a la base de datos.
4. Configurá la contraseña de conexión a la base de datos.
5. Podes configurar una casilla de correos para recibir los cambios de contraseña.
6. Si presionás el botón Opciones Avanzadas se mostrarán las opciones 7 y 8.
7. Podrás configurar la base de datos para que sea local o remota.
8. El juego de caracteres suele ser utf8 o utf8mb4.
9. Cuando tengas todo cargado grabá con el botón **Guardar**.

<figure><img src="/files/ifSFuxQcfgrO7r6bXU8L" 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://ayuda.sitioshispanos.com/menu-principal/guias/paneles-de-control/panel-de-control-hestiacp/bases-de-datos/como-crear-una-base-de-datos-en-hestiacp.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.
