Super light DataBase managing thingy:
INSTALL:
sudo mkdir /usr/share/adminer
sudo wget -O /usr/share/adminer/adminer.php https://www.adminer.org/latest.php
SYMLINK NGINX
sudo ln -s /usr/share/adminer/adminer.php /usr/share/nginx/html/adminer.php
SYMLINK APACHE:
sudo ln -s /usr/share/adminer/adminer.php /var/www/html/adminer.php
Sidenote: If you have your web root anwhere else, you need to link it to that specific point. Also, this has been a install for Debian 11.