MariaDB

How to Secure MySQL 9 on Ubuntu 26.04 — step-by-step Linux tutorial on Progressive Robot

How to Install MariaDB 11 on Ubuntu 26.04

MariaDB is a community-developed, drop-in replacement for MySQL with additional storage engines and performance improvements. MariaDB 11 is the latest major release with enhanced features. This guide installs and secures MariaDB 11 on Ubuntu 26.04 LTS. Tested and valid on: Ubuntu 26.04 LTS Prerequisites Ubuntu 26.04 LTS server A user with sudo privileges Step 1 […]

Read more
How to Secure MySQL 9 on Ubuntu 26.04 — step-by-step Linux tutorial on Progressive Robot

How to Install phpMyAdmin on Ubuntu 26.04

phpMyAdmin is a browser-based MySQL and MariaDB administration tool. It provides a graphical interface for managing databases, running SQL queries, importing/exporting data, and managing users — all without the command line. This guide installs and secures phpMyAdmin on Ubuntu 26.04 LTS. Tested and valid on: Ubuntu 26.04 LTS Prerequisites Ubuntu 26.04 LTS with Apache and […]

Read more
How to Secure MySQL 8.0 on Ubuntu 24.04 — step-by-step Linux tutorial on Progressive Robot

How to Install MariaDB 10.11 on Ubuntu 24.04

MariaDB 10.11 LTS is a community-developed fork of MySQL with enhanced performance, more storage engines, and longer support windows. Ubuntu 24.04 LTS ships MariaDB 10.11 in its repositories. This guide installs and configures it. Tested and valid on: Ubuntu 24.04 LTS Prerequisites Ubuntu 24.04 LTS server A user with sudo privileges Step 1 – Install […]

Read more
How To Install MariaDB from Binary Tarballs on Ubuntu 13.10 — step-by-step Linux tutorial on Progressive Robot

How To Install MariaDB from Binary Tarballs on Ubuntu 13.10

Currently, MariaDB is a drop-in replacement for MySQL. This article describes the installation of MariaDB version 5.5.34 x86_64 on an Ubuntu 13.10 droplet. Binary tarballs are used for installation instead of the software repositories available through apt-get. A potential rationale for this choice would be to have complete control over the installed version of MariaDB.

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

Установка MariaDB в Ubuntu 18.04

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

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

How To Install MariaDB on Ubuntu 22.04

MariaDB is an open-source database management system, commonly used as an alternative for the MySQL portion of the popular LAMP (Linux, Apache, MySQL, PHP/Python/Perl) stack. It is intended to be a drop-in replacement for MySQL. This tutorial will explain how to install MariaDB on an Ubuntu 22.04 server, and verify that it is running and has a safe initial configuration.

Read more
CHAT