multiple users using phpmyadmin -- possible?
I have looked high and low for an answer on this… this is my last resort… any pointers would be appreciated…
I have a mysql db w/ permissions properly defined (permission to db, access… etc).
I want to set up a phpMyAdmin access to maintain the db for myself as well as some of my users. But I'd like to limit user access to spcific dbs I define.
I fiddled w/ config.ini.inc and managed to allow users to access only the dbs that I want them to. But what I can't figure out is, once they log in to phpMyAdmin, they essentially have access to the "Priviledges" option, which allows them to screw around w/ permissions… How do I take that option away from them?
Thank you…
3 Replies
I would suggest reading MySQL's manual on the matter as well. It sounds like you might want to read up on how MySQL's privilege system works.