ok, ive had phpmyadmin setup for several months, works great, using http auth, users are only allowed to view and run queries on thier own database...

well, i want a few users to be able to create users with only certain grants, and databases, and drop thier own databases and users that they have created... (ie, unlimited databases) but i only want them to be able to view the databses they have created... what exactly would i have to do to acomplish this? im assuming i would have to have a seperate server running for each user... is this correct?