Databases

How To Install and Use ClickHouse on CentOS 7 — step-by-step Linux tutorial on Progressive Robot

How To Install and Use ClickHouse on CentOS 7

ClickHouse is an open-source, column-oriented analytics database created by Yandex for OLAP and big data use cases. In this tutorial, you’ll install the ClickHouse database server and client on your machine. You’ll use the DBMS for typical tasks and optionally enable remote access from another server so that you’ll be able to connect to the database from another machine.

Read more
How To Install and Use PostgreSQL on CentOS 8 — step-by-step Linux tutorial on Progressive Robot

How To Install and Use PostgreSQL on CentOS 8

PostgreSQL, or Postgres, is a relational database management system that provides an implementation of the SQL querying language. It is a popular choice for many small and large projects and has the advantage of being standards-compliant and having many advanced features like reliable transactions and concurrency without read locks.

Read more
How To Install and Use PostgreSQL on Ubuntu 22.04 — step-by-step Linux tutorial on Progressive Robot

How To Install and Use PostgreSQL on Ubuntu 22.04

PostgreSQL, or Postgres, is a relational database management system that provides an implementation of the SQL querying language. This guide demonstrates how to install Postgres on an Ubuntu 22.04 server. It also provides instructions for general database administration.

Read more
How To Install MariaDB on Debian 11 — step-by-step Linux tutorial on Progressive Robot

How To Install MariaDB on Debian 11

MariaDB is an open-source database management system, commonly used for the MySQL portion of the popular LAMP (Linux, Apache, MySQL, PHP/Python/Perl) stack. In this tutorial, install it on Debian 11.

Read more
How to Install MongoDB on Debian 9 — step-by-step Linux tutorial on Progressive Robot

How to Install MongoDB on Debian 9

MongoDB is a free and open-source NoSQL document database used commonly in modern web applications. In this tutorial you will install MongoDB, manage its service, and optionally enable remote access. To follow this…

Read more
How To Install MySQL on CentOS 8 — step-by-step Linux tutorial on Progressive Robot

How To Install MySQL on CentOS 8

MySQL is an open-source database management system, commonly installed as part of the popular LEMP (Linux, Nginx, MySQL/MariaDB, PHP/Python/Perl) stack. It implements the relational model and Structured Query Language (SQL) to manage and query data. This tutorial explains how to install MySQL version 8 on a CentOS 8 server.

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

Установка MySQL в Ubuntu 20.04

Предыдущая версия настоящего обучающего модуля составлена Хейзел Вирдо MySQL — это система управления базами данных с открытым исходным кодом, которая, как правило, устанавливается в составе…

Read more
CHAT