
|
View Full Version : phpmyadmin 2.5.6 (users)
joshlink01 05-26-2004, 08:08 PM | Hello. I am running phpmyadmin 2.5.6 on my server. (Windows) I now have multiple users and customers are requesting phpmyadmin. So I go into the config file (config.inc.php) and I set it to 'http' because that sounds to be the best. So I try to get into phpmyadmin and it doesn't work. So I look into the .htpasswd file and it has NO users, just my servers username (which isn't even a mysql username), how can I fix this??
I want to be so that multiple users can all use phpmyadmin (and only their assigned table). |
Set the config to cookies. |
eprodigy 05-27-2004, 11:36 AM | Cookies uses an html form so that should be easier anyway. Also, I don't think phpmyadmin uses htaccess files I think they use page headers to request authentication. |
joshlink01 05-27-2004, 05:21 PM when i set it to cookies it just gives me errors
www.umptra.com/mysql/index.php
to see the file tree:
www.umptra.com/mysql/ |
joshlink01 05-27-2004, 05:27 PM ok, i think i got it. Now it is giving me this error:
The configuration file now needs a secret passphrase (blowfish_secret). |
blacknight 05-29-2004, 11:53 AM Just throw in some random text into the "secret" field. |
|