Log In

Connect to the Database

Updated on 22 April 2024

You can connect to the database using standard tools.

For example, to connect via the command line using the mysql utility, use the command below, specifying your database details:

mysql -u db_user -p password -h host -P port -D db_name

You can find and copy the details:

  • From the Dashboard

0db698af E5ee 44a1 A438 0eeb18423ce0

  • From the Connection tab 

62f51749 Cc4c 40f8 87a8 E20a890fc104

Web interfaces

You can work with the database using the built-in web interfaces to choose from: Adminer or phpMyAdmin, as well as OpenSearch Dashboards for OpenSearch databases and ClickHouse Query for ClickHouse.

  1. Go to the Database section and click on the cluster.

  2. Click on the Web Interface in the top right and select the preferred interface.

D055f360 Bb7b 45a7 977d Bd93b8876536

  1. Enter the database details (IP, username and password).

Was this page helpful?

Share