Databases

How To Install MongoDB on CentOS 8 — step-by-step Linux tutorial on Progressive Robot

How To Install MongoDB on CentOS 8

MongoDB is an open-source document database used commonly in modern web applications. It is classified as a NoSQL database because it does not rely on a traditional table-based relational database structure. Instead, it uses JSON-like documents with dynamic schemas. In this tutorial you’ll install MongoDB on a CentOS 8 server, test it, and learn how to manage it as a systemd service.

Read more
Установка MySQL в CentOS 8 — step-by-step Linux tutorial on Progressive Robot

Установка MySQL в CentOS 8

MySQL — это система управления базами данных с открытым исходным кодом, которая, как правило, устанавливается в составе популярного стека LEMP…

Read more
How To Install MySQL on Ubuntu 20.04 [Quickstart] — step-by-step Linux tutorial on Progressive Robot

How To Install MySQL on Ubuntu 20.04 [Quickstart]

MySQL is an open-source database management system, commonly installed as part of the popular LAMP (Linux, Apache, MySQL, PHP/Python/Perl) stack. It implements the relational model and uses SQL (Structured Query Language) to manage its data. This tutorial will explain how to install MySQL on an Ubuntu 20.04 server.

Read more
How To Install the Latest MySQL on Debian 9 — step-by-step Linux tutorial on Progressive Robot

How To Install the Latest MySQL on Debian 9

MySQL is a prominent open source database management system used to store and retrieve data for a wide variety of popular applications. MySQL is the M in the LAMP stack, a commonly used set of open source software that also includes Linux, the…

Read more
CHAT