Having trouble getting phpmyadmin installed in Ubuntu.
Posted
by George Edison
on Server Fault
See other posts from Server Fault
or by George Edison
Published on 2010-05-08T04:33:58Z
Indexed on
2010/05/08
4:38 UTC
Read the original article
Hit count: 320
Okay. I installed apache2 and php on my Ubuntu 10.04 machine. I copied the phpmyadmin files to /var/www/phpmyadmin
so that the hierarchy looks like this:
-var (755)
-www (144)
-phpmyadmin (644)
-index.php... etc. (644)
-index.html (644)
The numbers in brackets are the permissions. What permissions should the phpmyadmin folder have? What am I doing wrong?
© Server Fault or respective owner