Page 2 of 2 FirstFirst 12
Results 11 to 14 of 14

Thread: Can't open phpMyAdmin

  1. #11
    Join Date
    Sep 2008
    Location
    Bangalore
    Beans
    24
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: Can't open phpMyAdmin

    It works!

    Thanks a lot!
    I am thinking to buy you

  2. #12
    Join Date
    Jan 2011
    Beans
    12

    Re: Can't open phpMyAdmin

    this worked for me too THANKS

    Quote Originally Posted by OffAxis View Post
    phpmyadmin should all be lowercase (don't know if that's an issue on your server setup)
    http://localhost/phpmyadmin

    phpmyadmin also has an annoying habit of not putting a link into the web folder (I'm not sure what makes it not do that)

    so you may need to go to your web folder root
    Code:
    cd /var/www/
    and put one there yourself.
    Code:
    sudo ln -s /usr/share/phpmyadmin/ phpmyadmin

  3. #13
    Join Date
    Feb 2013
    Beans
    1

    Re: Can't open phpMyAdmin

    Quote Originally Posted by Cypher View Post
    Have you also installed the PHP support?
    Code:
    sudo apt-get install libapache2-mod-php php5-mysql
    Also, by default the phpmyadmin script is installed in /usr/share/phpmyadmin, a directory that isn't access from Apache.

    You'll want to do the following to get http://localhost/phpmyadmin to work
    Code:
    cd /var/www
    sudo ln -s /usr/share/phpmyadmin phpmyadmin
    THANKS THANKS THANKS THANKS THANKS THANKS =D>

    This totally worked!

  4. #14
    Join Date
    Jul 2007
    Location
    Magic City of the Plains
    Beans
    Hidden!
    Distro
    Xubuntu Development Release

Page 2 of 2 FirstFirst 12

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
  •