Open phpMyAdmin with preselected database
The correct URL should be like that:
http://[HOST_AND_PATH]/index.php?db=[DB_NAME]#PMAURL-1:db_structure.php?db=[DB_NAME]
I found this path to work in any conditions. After logging-in with this path, user should see phpMyAdmin open with pre-selected database ([DB_NAME]
) and should see that database’s tables list, not pMA‘s home screen.
And, as I just verified this, it works even on as old phpMyAdmin as version 2.11.3
.