I can\'t figure out how to get Edit, Copy, Delete to show in phpmyadmin.
H
Make sure you have the following in your config.inc.php file of phpmyadmin
config.inc.php
phpmyadmin
$cfg['RowActionLinksWithoutUnique'] = 'true';
and restart the mysql engine
mysql