I have two databases. "members" and "verified_emails"
Now, in members I have the regular actions menu:
However, in the verified_emails database, it is a different story:
There is no actions menu when PHPMyAdmin views the verified_emails database.
After digging around on StackOverflow, I heard it would help to add this to my config.
$cfg['ActionLinksMode'] = 'both';
It didn't make any difference.
I am running PHPMyAdmin v4.1.14
Now that the info is laid out, here is my question.
My question is, why is this happening? Is there a fix for this, and if there is, how do I fix this?