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

Thread: Installing phpMyAdmin

  1. #11
    Join Date
    Jun 2008
    Location
    Tennessee
    Beans
    3,421

    Re: Installing phpMyAdmin

    @jdcnosse: I don't remember having to do much of anything after installing it from the repos, though it's been a while since I did it last. In your case it looks like apache is not running. If you just put "localhost" in the browser, do you get a page or an error?

  2. #12
    Join Date
    Oct 2008
    Location
    West Michigan
    Beans
    48
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: Installing phpMyAdmin

    I get the same error...

  3. #13
    Join Date
    Jun 2008
    Location
    Tennessee
    Beans
    3,421

    Re: Installing phpMyAdmin

    Well, then you need to start apache. Try this:
    Code:
    invoke-rc.d apache2 restart

  4. #14
    Join Date
    Oct 2008
    Location
    West Michigan
    Beans
    48
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: Installing phpMyAdmin

    nope still nothing.

    so maybe it's something to do with my config file?

  5. #15
    Join Date
    May 2007
    Location
    Trindad & Tobago
    Beans
    13
    Distro
    Ubuntu 14.10 Utopic Unicorn

    Re: Installing phpMyAdmin

    jdcnosse - What on-line tutorial did you use?
    "The philosophers have only interpreted the world in various ways; the point, however, is to change it." – Karl Marx

  6. #16
    Join Date
    Oct 2008
    Location
    West Michigan
    Beans
    48
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: Installing phpMyAdmin

    honestly...I don't know right now lol

    I was using it on my ubuntu machine...I'm on my windows machine right now...

  7. #17
    Join Date
    Jun 2008
    Location
    Tennessee
    Beans
    3,421

    Re: Installing phpMyAdmin

    Is apache even installed? What happened when you ran that command? Did you get an error? Did it say it was starting and stopping?

    What is the output from:
    Code:
    apache2ctl status

Page 2 of 2 FirstFirst 12

Tags for this Thread

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
  •