Could anybody help where the following error in phpmyadmin comes from?
#1146 - Table 'data_dictionary.CHARACTER_SETS' doesn't exist
It pops up no matter what db I select in the tree. I can press the + though, and select tables. Also, in the CLI I am not witnessing any problems.
I have updated mysql manually to 5.7 (from 5.5 which was shipped with LAMP). Could that be related? As can be seen from the following screenshot,
there is a discrepancy between the db client version and server version. Again, I am not witnessing problems in the CLI.
Edit (additional info) This: https://askubuntu.com/questions/756908/mysql-database-browsers-not-working-after-upgrade seems to be very much related to my case. Also an upgrade from 5.5 to 5.7, after which phpmyadmin is broken.