Easy Steps to Link MariaDB and Uptime Kuma
This article documents the process of installing MariaDB on a Debian 13 server and configuring Uptime Kuma to connect to it.
1. Install MariaDB
Run the following commands as root:
su -
apt update
apt install mariadb-server mariadb-client -y
Verify ...
ralvaracode.hashnode.dev2 min read