MariaDB
This guide will cover how to connect from Beekeeper Studio to your mariadb databases in dokploy.
- Download and install Beekeeper Studio Beekeeper Studio.
- Go to your
mariadbdatabases. - In External Credentials, enter the
External Port (Internet)make sure the port is not in use by another service eg.3307and clickSave. - It will display the
External Connection URLeg.mysql://user:[email protected]:3306/database.
Open Beekeeper Studio and follow the steps:
- Click on
Add New Server. - Select
MariaDBas theDatabase Type. - Use
Import URLto enter theExternal Connection URLfrom Dokploy eg.mysql://user:[email protected]:3306/database. - Click on
Connect. - Click on
Save.
Done! now you can manage the database from Beekeeper Studio.