John, You have to set your 'auth_type' on your config file to 'http' $cfg['Servers'][$i]['auth_type'] = 'http'; // Authentication method (config, http or cookie based)? $cfg['Servers'][$i]['user'] = ''; // MySQL user $cfg['Servers'][$i]['password'] = '';
Good luck, Nestor :-) On 4/12/06, John Oliver <[EMAIL PROTECTED]> wrote: > On Wed, Apr 12, 2006 at 06:07:27PM -0500, Carl Perry wrote: > > 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. > > Is there a pointer or tutorial on how to do that? I know slightly less > than nothing about MySQL :-) > > > As for PostgreSQL support, try phpPgAdmin [http://phppgadmin.sf.net] > > Thanks! > > -- > *********************************************************************** > * John Oliver http://www.john-oliver.net/ * > * * > *********************************************************************** > > > -- > [email protected] > http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-list > -- [email protected] http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-list
