Hi,
I've got a localhost (ie. my PC) installation of
Apache
MySQL
WinXP-Pro
and I'm trying to get the MySQL administration [php] program {phpMyAdmin} to
run.
This is the only PHP file I've got on my PC (that I know *should* run ok) so
I can't test against another known working control.
I have configured the Apache server as follows:-
LoadModule php4_module C:\PHP\sapi\php 4apache2.dll
AddType application/x-httpd-php .php
And I have configured the {config.inc.php } with the correct path and
user/password to connect to the MySQL database.
NOTE: I can administer MySQL ok though the windows program {MySQL Control
Center}.
BUT ... when I try to run phpMyAdmin (ie. open {index.php} file in IE6), I
get a pause (nothing new displayed) and then the address bar reverts to the
currently displayed page. (ie the page displayed in IE just before I tried
{index.php})
I don't see any errors??? Is this a known/common problem, with a solution?
If not, how can I find out what the problem is?
Thanks,
I've got a localhost (ie. my PC) installation of
Apache
MySQL
WinXP-Pro
and I'm trying to get the MySQL administration [php] program {phpMyAdmin} to
run.
This is the only PHP file I've got on my PC (that I know *should* run ok) so
I can't test against another known working control.
I have configured the Apache server as follows:-
LoadModule php4_module C:\PHP\sapi\php 4apache2.dll
AddType application/x-httpd-php .php
And I have configured the {config.inc.php } with the correct path and
user/password to connect to the MySQL database.
NOTE: I can administer MySQL ok though the windows program {MySQL Control
Center}.
BUT ... when I try to run phpMyAdmin (ie. open {index.php} file in IE6), I
get a pause (nothing new displayed) and then the address bar reverts to the
currently displayed page. (ie the page displayed in IE just before I tried
{index.php})
I don't see any errors??? Is this a known/common problem, with a solution?
If not, how can I find out what the problem is?
Thanks,
Comment