I download Adminer 4.2.5
from https://www.adminer.org/#download which is just one php file around 414 kB
in size. I placed this in /localhost/ and was able to log in to database without any issues. But the only problem is that, I have about 24 databases, and adminer only shows tables and contents from 1 database.
This database also happens to be the first one indexed as it starts with letters ab..
so I am guessing it is only grabbing it, but this is not the database I want to fetch. Is there any solution for this?