I used to work with phpMyAdmin for many years. I installed now the new version 5.2.1 and copied my old config.inc.php into the new installation directory.
In my config.inc.php I have several server entries like
$i++;
$cfg['Servers'][$i]['host'] = 'localhost';
$cfg['Servers'][$i]['user'] = 'db150260_27';
$cfg['Servers'][$i]['password'] = '???';
$cfg['Servers'][$i]['verbose'] = 'MGV Dev v5';
$i++;
$cfg['Servers'][$i]['host'] = 'localhost';
$cfg['Servers'][$i]['user'] = 'db150260_29';
$cfg['Servers'][$i]['password'] = '???';
$cfg['Servers'][$i]['verbose'] = 'MGV Restore';
$i++;
$cfg['Servers'][$i]['host'] = 'localhost';
$cfg['Servers'][$i]['user'] = 'db150260_47';
$cfg['Servers'][$i]['password'] = '???';
$cfg['Servers'][$i]['verbose'] = 'AS, KB/TB, RTB';
etc.
The databases are MariaDB 10.4 databases, provider is Domainfactory in Germany.
My issue is that I can chose between these servers in the navigation bar, but only for one server a database is recognized and the db tables are shown.
The other databases are not shown and I can’t chose them via pressing “databases”.
In older phpMyAdmin versions I could see and select these databases.
Screenshots of the only database, which is working:
enter image description here
enter image description here
Screenshot of a not working datebase:
enter image description here
Anybody ideas?
Thanks, Dirk
Dirk Hartkopf is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.