John Oliver wrote: > Is it possible to give two users on one machine their own phpMyAdmins > (or their own logins to the same phpMyAdmin) so that they can only see > and muck around with their own databases? > > Also, can phpMyAdmin be made to work with PostGreSQL instead of MySQL? >
If you use session or cookie authentication, then they can login with their MySQL username and password. MySQL's permission system will only allow them to access the databases they have permission to. I do this currently on multiple systems and it works great. They don't even see databases or tables they do not have access to. As for PostgreSQL support, try phpPgAdmin [http://phppgadmin.sf.net]
signature.asc
Description: OpenPGP digital signature
-- [email protected] http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-list
