Initially each user on a domain could access all their databases on phpmyadmin, but now when you click on the "phpmyadmin" button, it only shows the database you opened instead of all the databases that the user has access to.
For example, we have two users "xx" and "yy", and the following databases:
- xx_config
- xx_users
- yy_config
- yy_users
When you clicked, for example, on the "xx_config" phpmyadmin's button you would see and have access to all the "xx_" databases (which the user "xx" has access to), but now it only shows "xx_config".
This behavior started recently, I don't know if it was due to an update or something that I changed.
How do I change it so that the user's can access all their databases at same time, instead of one at a time?