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
How To Reset Your MySQL or MariaDB Root Password on Ubuntu 18.04 — step-by-step Linux tutorial on Progressive Robot

How To Reset Your MySQL or MariaDB Root Password on Ubuntu 18.04

Forgetting passwords happens to the best of us. If you forget or lose the **root** password to your MySQL or MariaDB database, you can still gain access and reset the password if you have access to the server and a sudo-enabled user account. In this tutorial you’ll reset the root password for your MySQL or MariaDB database running on Ubuntu 18.04.

Read more
How to Set Up a Website Hit Counter With Redis and PHP on Ubuntu 20.04 — step-by-step Linux tutorial on Progressive Robot

How to Set Up a Website Hit Counter With Redis and PHP on Ubuntu 20.04

A hit counter is an application that records and indicates the number of visits your web page has received. The counter starts from 1 and is incremented once every time a web page is visited. To keep track of the visits, the hit counter application requires a form of a database. To track your site visits, you require a Redis hash map. In this guide, you’ll set up a website hit counter with Redis and PHP on your Ubuntu 20.04 server.

Read more
CHAT