How To Install MongoDB on Amazon Linux 2023

MongoDB installation on Amazon Linux 2023

Learn the steps to install MongoDB version 7.0/6.0/5.0 or 4.4  on Amazon Linux 2023 using the YUM repository to receive future updates by running the system update command. Amazon Linux 2023 is the latest version of AWS Linux and a popular choice for users to …

Read more

Installing MariaDB on Amazon Linux 2023

Install MariaDB 10.05 on Amazon Linux 2023

MariaDB is the fork of the popular MySQL Database management system that can be easily installed on Amazon Linux 2023 using the default repositories. It is also open source and almost all server Linux distros made it available readily for users because MariaDB has gained …

Read more

How to install PostgreSQL 15 Amazon linux 2023

command install postgresql Amazon linux 2023

PostgreSQL is perfect for those who are looking for a powerful open-source relational database management system. It is widely used by administrators for storing and managing data. So, if you have just installed the latest Amazon Linux 2023 on your AWS EC2 and looking for …

Read more

How to Install Postgresql 14 on Ec2 Amazon linux 2

Installing Postgresql 14 on Amazon Linux 2

PostgreSQL, also widely known as Postgres, is a powerful but open-source relational database management system. It is widely used for web applications, data warehousing, and analytics due to its scalability and robust features. Amazon Linux 2, on the other hand, is a server Linux distro …

Read more

How to Install Adminer on Ubuntu 20.04 LTS

setup Adminer on Ubuntu 20.04

Written in PHP, Adminer is one of the best alternatives to the popular database management tool phpMyAdmin. It is also distributed under a GPL license with public source code on GitHub. While many hosting services offer phpMyAdmin for managing only MySQL/MariaDB databases, Adminer allows users …

Read more