I recently installed PHPMyAdmin 4.0.10 on a Linux server. I am using php 5.3 and am connecting to a MySQL 5.0 server. I created a limited MySQL user with only select and delete privileges. However, when I log into PHPMyAdmin with this limited user, I noticed that there are still buttons all over the interface for "edit", "copy", "insert", etc. Clicking on these buttons results in an error (obviously, since the user doesn't actually have permission to perform the actions).
My question is: "Is there a way to hide these buttons from view?". I was under the impression that PHPMyAdmin would intelligently hide operations that the current user did not have permission to use. Was I mistaken?