I have a small server I’m setting up.Â* It has Apache, MySQL, php,
phpmyadmin, along with a wiki and phpbb implementation.
Â*
When I set it up, I moved mediawiki, phpbb, and phpmyadmin under /var/www
so that I can back up everything starting at /var/www .Â* This move was done
at system level.Â* Then I editted the correct files to give me access to
phpmyadmin, mediawiki, and phpbb, all from a browser.Â*Â* Basic access
works fine.Â* Access to phpmyadmin/setup does not.Â* The problem is that
when I try to browse to http://localhost/phpmyadmin/setup,
I get an Apache authentication dialog.Â* When I browse to http://lcalhost/phpmyadmin, I do
not.
Â*
The entire server has a root/username combination that won’t let me get to
phpmyadmin/setup.Â* That same combination logs me into the server from
remote and logs me into mysql and phpmyadmin to manage mysql.Â* I just can’t
get past the Apache2 login to manage phpmyadmin.
Â*
How can I get rid of this, or how can I log into phpmyadmin/setup?