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