MariaDB

Установка комплекта Linux, Apache, MariaDB, PHP (LAMP) в Debian 9 — step-by-step Linux tutorial on Progressive Robot

Установка комплекта Linux, Apache, MariaDB, PHP (LAMP) в Debian 9

Комплект LAMP — это набор программного обеспечения с открытым исходным кодом, которое обычно устанавливается в комплексе для размещения на сервере динамических сайтов и веб-приложений. Этот термин представляет собой аббревиатуру. Операционная система Linux используется с…

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 Configure a Galera Cluster with MariaDB on CentOS 7 Servers — step-by-step Linux tutorial on Progressive Robot

How To Configure a Galera Cluster with MariaDB on CentOS 7 Servers

In this guide, you will configure an active-active MariaDB Galera cluster. For demonstration purposes, you will configure and test three CentOS 7 Droplets that will act as nodes in the cluster. MariaDB is an open source relational database system that is fully compatible with the popular MySQL RDBMS system. Galera is a database clustering solution that enables you to set up multi-master clusters using synchronous replication.

Read more
How To Install an ERPNext Stack on Ubuntu 18.04 — step-by-step Linux tutorial on Progressive Robot

How To Install an ERPNext Stack on Ubuntu 18.04

ERPNext is an Enterprise Resource Planning (ERP) suite that leverages the power and flexibility of open-source technologies. It excels at managing core business processes such as finance, sales, HR, manufacturing, purchases, services, helpdesk, and more.

Read more
How To Install Linux, Apache, MariaDB, PHP (LAMP) stack on Debian 9 — step-by-step Linux tutorial on Progressive Robot

How To Install Linux, Apache, MariaDB, PHP (LAMP) stack on Debian 9

A “LAMP” stack is a group of open source software that is typically installed together to enable a server to host dynamic websites and web apps. This stack typically consists of the Linux operating system, the Apache web server, a MariaDB database, and PHP, a dynamic content processor. This tutorial serves as a guide for installing these components on a Debian 9 server.

Read more
CHAT