I see that for every customer plan an additional phpmyadmin user is created to access PMA.
It's possible to use the default user linked to a db instead?
This is because the PMA user can't see for example the processlist, so to debug things we have to use ssh and enter the mariadb container. But using the CLI to show processlist and do debug things is a pain (to read and use) compared to phpmyadmin.
I suppose this is because PMA is logged in with that additional user, but maybe I'm missing something...
Plus having an additional user for every customer just to login PMA seems overkill.