HowTo: Allow Remote access to MySQL/MariaDB Instance

In the previous article we installed MariaDB on a Raspberry Pi OS which is a small piece of hardware that can barely handle the SQL instance, so you might choose to host a application on another hardware OR sometimes you just want to allow connections from another system to your MySQL instance. So, in this … Read more

HowTo: Install MariaDB on Raspberry Pi OS

Raspberry Pi OS (formerly Raspbian) is a versatile operating system for the Raspberry Pi, offering a wide range of functionalities. One of the most common use cases for the Raspberry Pi is as a web server, and MySQL is often used to manage databases for websites and applications. MySQL being owned by Oracle has a … Read more