Re: [PHP] Multi-User phpMyAdmin

2003-02-08 Thread MIKE YRABEDRA
on 2/7/03 3:35 PM, Stephen at [EMAIL PROTECTED] wrote: > Can anyone tell me a tutorial on how to setup a multi-user phpmyadmin > installation? I would like to just have one central copy, then have other > users able to access their corresponding database in phpMyAdmin. How can I > do this? It is

Re: [PHP] Multi-User phpMyAdmin

2003-02-07 Thread 1LT John W. Holmes
IIRC, when you use the 'cookie' or 'http' method of authentication, it'll validate everything against the actual mysql.user database and only let them access what they have permissions to. In other words, you set up your users and permissions in MySQL. When they log into PHPMyAdmin, they're actuall