phpMyAdmin - How do I load it?

Discussion in 'PHP' started by Illumine1983, Jun 3, 2008.

  1. #1
    I have never encountered anything so complicated as PHP and databases! I downloaded xampp and can create PHP pages but I want to access phpMyAdmin so that I can try and learn how to work with databases.

    The problem is I don't have a clue how to get into phpMyAdmin on my local computer. Can anyone please help?
     
    Illumine1983, Jun 3, 2008 IP
  2. ecentricNick

    ecentricNick Peon

    Messages:
    351
    Likes Received:
    13
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Generally, it is set up with a directory alias in the apache configuration.

    So, you can usually access it as: http://localhost/phpmyadmin/

    But you might need to check your httpd.conf
     
    ecentricNick, Jun 3, 2008 IP
  3. Illumine1983

    Illumine1983 Peon

    Messages:
    18
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Awesome, found it there, many thanks!
     
    Illumine1983, Jun 5, 2008 IP