Page 1 of 2 12 LastLast
Results 1 to 10 of 17

Thread: URL phpmyadmin not found bij > http://localhost/phpmyadmin

  1. #1
    Join Date
    Mar 2008
    Beans
    10

    [Solved] URL phpmyadmin not found bij > http://localhost/phpmyadmin

    Hello,

    A few days ago I installed LAMP for the first time with wordpress. Almost everything I succeeded (after putting alot of effort). My problem is that i can't manage the phpmyadmin panel. My Linux distro is Ubuntu 8.04. I reinstalled the phpmyadmin package but it didn't resolve the problem.

    To manage phpmyadmin I could use the next URL: http://localhost/phpmyadmin of http://lan ip address/phpmyadmin
    The problem is that when enter urls above i got an error message as could be seen below.
    I'm stuck for a few days. Help is appreciated!


    Not Found

    The requested URL /phpmyadmin was not found on this server.
    Apache/2.2.8 (Ubuntu) PHP/5.2.4-2ubuntu5.4 with Suhosin-Patch Server at localhost Port 80
    Last edited by jazzguitarplayer; January 11th, 2009 at 08:25 PM.

  2. #2
    Join Date
    May 2005
    Location
    Lyon, France
    Beans
    917
    Distro
    Ubuntu Development Release

    Re: URL phpmyadmin not found bij > http://localhost/phpmyadmin

    what is your problem?
    James Dupin
    IT contractor
    Project delivery specialist
    http://fr.linkedin.com/in/jamesdupin

  3. #3
    Join Date
    Mar 2008
    Beans
    10

    Re: URL phpmyadmin not found bij > http://localhost/phpmyadmin

    thanks all, i already found the problem.

  4. #4
    Join Date
    Jan 2009
    Beans
    1

    Re: URL phpmyadmin not found bij > http://localhost/phpmyadmin

    Hi, I am very new to Ubuntu and even linux for that matter. I am having the exact same problem you had. Can you please share how you resolved the issue.

    May help to know that I'm trying to use PhpMyAdmin from another computer through the Firefox via http://serverip/phpmyadmin.
    Last edited by Hasledash; January 30th, 2009 at 04:00 PM.

  5. #5
    Join Date
    Apr 2009
    Beans
    1

    Re: URL phpmyadmin not found bij > http://localhost/phpmyadmin

    Add the line

    Include /etc/phpmyadmin/apache.conf

    in /etc/apache2/apache2.conf.
    This worked for me

    (see also https://help.ubuntu.com/community/phpMyAdmin)

  6. #6
    Join Date
    Nov 2007
    Beans
    42

    Re: URL phpmyadmin not found bij > http://localhost/phpmyadmin

    Quote Originally Posted by jazzguitarplayer View Post
    thanks all, i already found the problem.
    This response is not community-friendly. If you find the solution to your problem, take the time to post it (or a link to it) so that people who read this post with the same problem can find it.

  7. #7
    Join Date
    Apr 2006
    Beans
    67

    Re: URL phpmyadmin not found bij > http://localhost/phpmyadmin

    Your browser cant find phpmyadmin do :

    Code:
    sudo ln -s /usr/share/phpmyadmin /var/www
    Cheers...

  8. #8
    Join Date
    Apr 2008
    Location
    Lima, Peru
    Beans
    32
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: URL phpmyadmin not found bij > http://localhost/phpmyadmin

    Quote Originally Posted by entetaylor View Post
    Add the line

    Include /etc/phpmyadmin/apache.conf

    in /etc/apache2/apache2.conf.
    This worked for me

    (see also https://help.ubuntu.com/community/phpMyAdmin)
    this worked for me. Thanks!
    emancipate yourself from mental slavery
    Cesar Josue - Seo Copywriter

  9. #9
    Join Date
    Oct 2006
    Beans
    11

    Re: URL phpmyadmin not found bij > http://localhost/phpmyadmin

    Hey, I was strugling as well and finally, simple
    apt-get install phpmyadmin
    did the magic...
    This was not included in LAMP install!!!

  10. #10
    Join Date
    Oct 2009
    Beans
    97

    Re: URL phpmyadmin not found bij > http://localhost/phpmyadmin

    Quote Originally Posted by TitanKing View Post
    Your browser cant find phpmyadmin do :

    Code:
    sudo ln -s /usr/share/phpmyadmin /var/www
    Cheers...
    i take that this is valid if your web root folder is /var/www

    because, since /var/www is not writable i've changed it to one folder inside my personal folder...
    am I right?

Page 1 of 2 12 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •