please help, Im always having trouble having to go through all this stuff. When all I need is for phpmyadmin to have a login form so that I could input the password and username. I don't need all the stuff included in this documentation. Is there a tutorial for beginners on how to have a login form in phpmyadmin. Documentations like this really sucks. http://www.phpmyadmin.net/documentation/Documentation.html#config
A:
The login form for phpmyadmin is usually at http://localhost/phpmyadmin/
How did you install it? From your package manager or from the source?
Edit
Well, I just installed it and I can access no problem.
Make sure the services are run (From the screenshot, run "Start All Services") and you can click on the phpmyadmin link
ccheneson
2010-02-26 11:08:49
downloaded it from here: http://www.wampserver.com/en/ then installed it. I just clicked next next and next without configuring anything
2010-02-26 11:12:51
i always get this error whenever I have put a password using phpmyadmin by going to privileges(root) http://i49.tinypic.com/ot1478.jpg
2010-02-26 11:25:47
From my <install_dir>/apps/phpmyadmin3.2.0.1/ , in the config.inc, do you have $cfg['Servers'][$i]['AllowNoPassword'] = true ? If not, set it to true, restart services and try.
ccheneson
2010-02-26 11:40:03