Install Mongodb Compass GUI in Ubuntu 20.04 LTS Linux

MongoDB Compass Install Linux Ubuntu 20

MongoDB is a No-SQL database but without any graphical user interface, hence to make things the developers of the Database also provides MongoDB Common, here we know how to install MongoDB compass in Ubuntu 20.04 Linux. The key difference to MySQL is that MongoDB is …

Read more

How to install MariaDB 10 on AlmaLinux 8 or Rocky Linux

MariaDB installation on Rocky and AlmaLinux 8

MariaDB is a popular SQL database forked from MySQL. This was developed after Oracle acquired Sun Microsystems in 2010. MariaDB is mostly compatible with MySQL and can mostly replace MySQL without problems (API compatible). The processor architectures x86 and AMD64 are supported. MariaDB uses the …

Read more

Install PostgreSQL and pgAdmin in AlmaLinux / Rocky 8

PostgreSQL and pgAdmin install on Almalinux or rocky with install GUI Interface to manage Database

PostgreSQL is a popular worldwide used open-source database. It is available for Linux including other common operating systems such as macOS, Windows 10/7, and BSD. Here we will install and configure the latest PostgreSQL version on AlmaLinux or Rocky Linux 8. PostgreSQL implements the 2008 …

Read more

Commands to Install & Run Mariadb on Docker Container

Install MariaDB Docker container

MariaDB, a fork of open source MySQL can be easily installed on a Docker container to create Database for various web applications such as WordPress, OwnCoud, etc. The benefit of using MariaDB on Docker container is you will not need a dedicated server to separate …

Read more

Steps to Install MongoDB on Rocky Linux 8 or AlmaLinux

Command to install MongoDB on rocky Linux 8 min

MongoDB is an open-source NoSQL Database solution also available in a paid edition for enterprises. It is implemented in the C ++ programming language and available for the Windows, Mac OS X, and Linux operating systems. Both 32-bit and 64-bit systems are supported. It is …

Read more

How to install dbeaver on Ubuntu 20.04 LTS

Install and run dbeaver on Ubuntu Linux min

DBeaver is a nice open-source alternative to MySQL WorkBench to manage not only MySQL but almost all popular ones such as PostgreSQL, SQLite, Oracle, DB2, SQL Server, Sybase, MS Access, Teradata, Firebird, Apache Hive, Phoenix, Presto, etc. This open-source database administration tool offers a comfortable …

Read more