LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   phpmyadmin (https://www.linuxquestions.org/questions/linux-server-73/phpmyadmin-832151/)

leupi 09-14-2010 03:11 PM

phpmyadmin
 
I have just installed Ubuntu 10.04 server on a virtual machine with LAMP. When I point a web browser at the machines IP address I get Apache's 'It Works' page so that much is done correctly.

I am now trying to install phpMyAdmin. I installed it successfully but cannot seem to do anything with it. I installed it via the repositories and it seemed to go fine. How do I actually get to it? I tried appending phpmyadmin to the end of the URL that I used to get to Apache's 'It Works' page but got a page not found error.

I hope that all this makes sense.

Thanks

bathory 09-14-2010 04:33 PM

Hi,

By default the URL to phpMyAdmin is http://<IP-address/phpmyadmin (case sensitive). If you get a 404 error, make sure you have /etc/apache2/conf.d/phpmyadmin.conf.
Code:

ls -l /etc/apache2/conf.d/phpmyadmin.conf
This file is usually a symlink to /etc/phpmyadmin/apache.conf

Regards

leupi 09-15-2010 07:10 AM

Thanks for the reply. It seems that I don't have the file
Code:

/etc/apache2/conf.d/phpmyadmin.conf
although I do have
Code:

/etc/phpmyadmin/apache.conf
I have Ubuntu 10.04 Server edition and I installed LAMP during the OS installation and then installed phpmyadmin via apt-get so I would have expected everything to be pretty standard. How should I proceed from here?

Thanks.

leupi 09-15-2010 07:46 AM

I was able to figure it out with the information that I found here

Thanks for the help.


All times are GMT -5. The time now is 05:33 AM.