Databases

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

How To Reset Your MySQL or MariaDB Root Password

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. This tutorial will cover how to…

Read more
How To Store and Retrieve Data in MariaDB Using Python on Ubuntu 18.04 — step-by-step Linux tutorial on Progressive Robot

How To Store and Retrieve Data in MariaDB Using Python on Ubuntu 18.04

In this tutorial you will connect a Python application to a database server using the MySQL connector. This module allows you to make queries on the database server from within your application. You’ll set up MariaDB for a Python environment on Ubuntu 18.04 and write a Python script that connects to and executes queries on MariaDB.

Read more
CHAT