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
From the Connection tab
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.
Go to the Database section and click on the cluster.
Click on the Web Interface in the top right and select the preferred interface.
Enter the database details (IP, username and password).