Web Hosting Talk







View Full Version : phpMyAdmin instructions


sleggtools
11-21-2001, 08:51 PM
Hi,

I am trying to configure phpmyadmin so all virtual users on my server can access & use it.

I am having trouble finding instructions on how to do this.

Could anyone point me in the right direction, or better yet provide me with instructions.

I have mysql & phpmyadmin already installed & configured for root use.

Thanks In Advance!

ffeingol
11-21-2001, 09:55 PM
Just set adv_auth = true, then fill out the variables for id/password for advanced auth.

Then when you access your phpmyadmin page, you should be prompted with a dialog to enter id/password. You just enter a database user/password.

There is doc in the phpmyadmin install doc on how to do this.

You also need to make sure the permissions for the database users are set correctly.

Frank