I upgraded my phpMyAdmin (pma) from version 4.8.1 to 5.2.0 and then downgraded to version 5.1.4 when I encountered the problem below, but 5.1.4 presents me with the same problem.
I enter more than one database in the config.inc.php file and start phpMyAdmin.
When I select a table in the first database in the list and edit/save a record, pma sends me back to the original selection (the way it always worked)(and I want it to work).
When I select a table in the second (or yet another) database and edit/save a record, pma sends me to the sql window/tab instead of to the original selection. No error is shown.
In version 4.8.1 (and below) every database in the config.inc.php file worked identical : edit/save of a record brought me back to the original selection.
Things I tried :
- searched the internet for answers, but could not find any mention of this problem
- checked the settings in the config.inc.php extensively with the documentation
- created a test config.inc.php with two databases and did the test mentioned above, then I swapped these two databases in the config file and tested again -> in both tests the first database in the list works OK, second database has the problem
Am I missing something or is this a bug? I hope someone here can lend a helping hand.