Browsing tag

database

How To Install MariaDB on Debian 9

MariaDB is a fork of the most popular MySQL database management system. It is developed by MariaDB Corporation Ab, led by original developers of MySQL. MariaDB is fully compatible with MySQL database management system and is now considered as a full drop-in replacement. Install MariaDB on Debian 9 You can obtain MariaDB packages for Debian […]

How To Install PostgreSQL 11 / 10 on Debian 9 & Debian 8

PostgreSQL (simply known as Postgres) is an object-relational database management system (ORDBMS), available for many platforms including Linux, Microsoft Windows, FreeBSD, HP-UX, AIX, Solaris, and Mac OS. PostgreSQL is released under the PostgreSQL License, a free and open source permissive software license, developed by the PGDG (PostgreSQL Global Development Group), a group of individual volunteers […]

How To Install MariaDB on Ubuntu 18.04 / Ubuntu 16.04

MariaDB is a fork of the very popular MySQL database management system, and it is now considered as a full drop-in replacement for MySQL. Install MariaDB on Ubuntu 18.04 / Ubuntu 16.04 You can install MariaDB in two ways, using either Ubuntu repository or Official MariaDB mirror. Install MariaDB from Official MariaDB mirror Install MariaDB […]

How To Install MongoDB 4.4 / 4.2 on CentOS 7 / RHEL 7

MongoDB is an open-source, document-oriented database designed with both scalability and developer agility in mind. Instead of storing your data in tables and rows as you would with a relational database, in MongoDB, you store JSON-like documents with dynamic schemas. The goal of MongoDB is to bridge the gap between key-value stores (which are fast […]