How to install and configure Dbeaver in Ubunut for MySQL and PostgreSQL

In this artivle, we will see how to install and configure Dbeaver in Ubunut for MySQL and PostgreSQL step by step.

Dbeaver is cross-platform database tool for developers, database administrators, analysts, and everyone working with data. It supports all popular SQL databases like MySQL, MariaDB, PostgreSQL, SQLite, Apache Family, and more.

Install Dbeaver on Ubuntu 22.04

1. Download the Dbeaver packe by running below command.

wget https://dbeaver.io/files/dbeaver-ce_latest_amd64.deb

How to install and configure Dbeaver in Ubunut for MySQL and PostgreSQL

2. Now install Dbeaver on Ubuntu using below command.

sudo dpkg -i dbeaver-ce_latest_amd64.deb

We have successfully installed Dbeaver on Ubuntu 22.04.

3. Verify the version of Dbeaver on Linux.

dbeaver-ce --version

Create MySQL Database Conneciton on Dbeaver:

1. Open Dbeaver from show applications.

Check below video for the same Dbeaver installation on Ubuntu Linux:

Leave a Reply

Your email address will not be published. Required fields are marked *