Forum Moderators: phranque

Message Too Old, No Replies

phpMyAdmin

Failed to install this script

         

kennethckk

3:05 pm on Jun 8, 2004 (gmt 0)

10+ Year Member



Hi all,

I've got the Apache2/PHP/mySQL installed on my Win XP platform and all are working normally from the script test point of view.

I was trying to install the phpMyAdmin but failing to get the expected result through the browser test (index.php) . Since I am using the localhost instead of the real domain name, I have done all parameters changes as recommended for config.inc .

They are:
$cfgPmaAbsoluteUri ='http://localhost/phpmyadmin/';
(where i put all the files under phpmyadmin folder which right under drive C.)
$cfgServers[$i]['host'] = 'localhost";
$cfgServers[$i]['user'] = 'root';
$cfgServers[$i]['password'] = 'mypassword';

Apart from these parameters, is anything missed out?

Looking forward to seeing your recommendation!

Thanks in advance.

rgds/kennethckk

coopster

7:09 pm on Jun 8, 2004 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



Welcome to WebmasterWorld, kennethckk!

The Apache server will serve your documents from the directory specified in your configuration file (httpd.conf). Are you certain that you are telling Apache to get your file from the "phpmyadmin folder which right under drive C"?

Resources:
DocumentRoot [httpd.apache.org]
Mapping URLs to Filesystem Locations [httpd.apache.org]

kennethckk

12:26 am on Jun 9, 2004 (gmt 0)

10+ Year Member



Dear Coopster,

I finally got it! The phpMyadmin is working now.

Many thanks for your help/info.

My next challenges are Xmail/OpenSSL/SlimFTPd.. I'm not sure if I could manange it myself from start through to completion..


Cheers/Kennethckk