What type of hardware are you using: Virtual machine What YunoHost version are you running: 12.1.25 (stable)
Describe your issue
I’ve yunohost on a proxmox vm.
My installed app is moodle and phpmyadmin.
I would access to moodle mysql database but when i open phpmyadmin, it make autologin with phpmyadmin_root@localhost so i can’t view moodle databases.
i try to logout but doesn’t works.
please how can I do? Thanks
which db are you mentionning ?
First table returns mariadb DB (sudo mariadb -e "SHOW DATABASES;"),
Second one postgresql DB (sudo -u postgres psql -p 5432 -c "\l"