MariaDB and Apache2 Integration Challenge

Hey everyone, I’m trying to combine the MariaDB add-on with the Apache2 addon on my Raspberry Pi. I’ve got the Apache2 addon (from FaserF) running fine, and I’ve created a custom DB in the MariaDB add-on. However, I’m struggling to figure out where this DB is actually stored or how to access/query it. I have a very simple PHP site for my own scheduling purposes, which I used to run against a SQLite DB on my laptop (localhost). I want to essentially replace this functionality with the DB hosted on my Pi so I can access it across all my devices, even if my laptop is off. So, can anyone point me in the direction of how I’d access/query this new database created using the MariaDB addon? I’ve tried searching online, but I’m not finding much specific to this setup. Any help or guidance would be greatly appreciated! :blush: