Forum Moderators: coopster

Message Too Old, No Replies

phpMyAdmin installation

detailed install walkthrough?

         

vrlaffoon

4:50 pm on Sep 9, 2005 (gmt 0)



I am trying to install phpMyAdmin-2.6.3-pl1 on my machine because I am familiar with working with it itself, but not installing it.

I have Apache 2.0.54, php 4.4.0, mysql 4.1.14 running on a Win XP Home machine..

Like I said, I've never installed phpMyAdmin before and I've looked at the documentation and I can kinda make out what it says, but I'd rather try to find a very thorough installation guide.

Anyone know of something like that?

DanA

6:00 pm on Sep 9, 2005 (gmt 0)

10+ Year Member



Unzip in any directory (here "c:/phpmyadmin"), then add in the Alias section of httpd.conf

Alias /phpmyadmin "c:/phpmyadmin"

<Directory "c:/phpmyadmin">
Options FollowSymLinks Indexes
AllowOverride None
Order deny,allow
allow from 127.0.0.1
deny from all
</Directory>

then type 127.0.0.1/phpmyadmin in your browser address bar