My friend has a VPS. He trusts me and more or less will help me do anything I want to do. I am using a number of MySQL users (less privileged) and databases. For example, I am my_user, and I created mydomain_select and mydomain_insert to isolate privileges (since PHP->MySQL passwords in text). Currently I cannot edit any permissions as my user and have to go bother my friend any time I want to change any privileges.
Is there some way he can give my user permissions to alter the permissions of certain other users (USER like 'mydomain_%')? Can I set this up such that I will get the Permissions tab in phpMyAdmin?