yeah hi ok recently began fooling around with php and mysql and for a while (nearly 1 month)preety much done with mysql database site but just need to improve on security. COuld anyone please tell how to add restriction to mysql db through phpadmin so that only certain people can view it. I basically need 3 accounts
Guest (only able to search database)
Member (able to seaerch,add and delete only in certain table)
Admin ( drop table, delete tables etc)
thanks.