I recently upgraded phpMyAdmin from 4.3.x
to 4.7.3
and came upon the common error:
The phpMyAdmin configuration storage is not completely configured, some extended features have been deactivated. Find out why.
Or alternately go to 'Operations' tab of any database to set it up there.
I've done much research on how to fix this but I have been unable to gain a complete understanding on what the fix does. I'm not an expert in db's and most stack answers/questions just provide the fix on how to get rid of the error and give a short simple explanation that "this fix will just enable some (most likely) useless features that you won't inherently care about" - like this popular question/answer (PMA Database ... not OK in phpMyAdmin upgrade).
The phpMyAdmin docs give explanation as to what enabling these features mean but don't give much meaning as to what they do & what their purpose is (https://docs.phpmyadmin.net/en/latest/setup.html#linked-tables).
Perhaps it is my limited understanding, but I was looking for more of a how/when/why to use these features type explanation.
Also please note that I'm not asking for a fix on removing the error.