Debt Consolidation - Internet Advertising - Debt Consolidation - Turquoise Jewelry - Bollywood News

PDA

View Full Version : phpMyAdmin - How do I load it?


Illumine1983
Jun 3rd 2008, 7:50 am
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?

ecentricNick
Jun 3rd 2008, 8:02 am
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

Illumine1983
Jun 5th 2008, 5:41 am
Awesome, found it there, many thanks!