LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   install phpmyadmin in debian 6 (https://www.linuxquestions.org/questions/linux-server-73/install-phpmyadmin-in-debian-6-a-920819/)

hosslinux 12-27-2011 11:21 PM

install phpmyadmin in debian 6
 
hi
i have install MySQL and Apache and Php.

but when i want install phpmyadmin in debian 6.0.3 i cant run it (http://localhost/phpmyadmin)
note:i am use debian DVD for install phpmyadmin and my apache server work fine.

where is my problem?

j-ray 12-28-2011 02:43 AM

What happens when you try to access the page? Do you get a 404 - Page not found?

If you install phpmyadmin on ubuntu you have to create a symlink from /usr/share/phpmyadmin to the document root of the server

sudo ln -s /usr/share/phpmyadmin /var/www/phpmyadmin


All times are GMT -5. The time now is 07:15 PM.