Databases management allows users to easily create, delete and reset password for their MySQL databases. For this feature to work, a Database host server must be first created. See Setting up a MySQL Server for additional instructions. You cannot view the data of a database itself in the web, for that, alternative tools must be used, such as PHPMyAdmin, mysql cli, beekeeper studio, or any other.

Database limit of a specific server must be greater than 0 for database creation to be enabled. After that, users with access can visit Management → Databases to use this feature.

Untitled

<aside> ⚠️ Any applications inside the server contains can’t use127.0.0.1 for the connection address to MySQL, and instead, must use wisp0 interface (by default 172.200.0.1) instead of 127.0.0.1. This is because the database is not inside the container.

</aside>