Dokploy

MySQL

This guide will cover how to connect from Beekeeper Studio to your mysql databases in dokploy.

  1. Download and install Beekeeper Studio Beekeeper Studio.
  2. Go to your mysql databases.
  3. In External Credentials, enter the External Port (Internet) make sure the port is not in use by another service eg. 3306 and click Save.
  4. It will display the External Connection URL eg. mysql://user:[email protected]:3306/database.

Open Beekeeper Studio and follow the steps:

  1. Click on Add New Server.
  2. Select MySQL as the Database Type.
  3. Use Import URL to enter the External Connection URL from Dokploy eg. mysql://user:[email protected]:3306/database.
  4. Click on Connect.
  5. Click on Save.

Done! now you can manage the database from Beekeeper Studio.

On this page

No Headings