Reply
Fri 12 Sep, 2003 03:29 pm
Hi,
I have installed Apache under XP and have sucessfully installed php as well (tested with phpinfo()). I now installed MySql and phpmyadmin but when I call up the index.php3 all I see is the php code. Can anyone help? Craven??
Thanks!!
Try renaming a copy of the file with a php extention (no php3) and see what happens.
It sounds like your php extention is .php and not .php3 and the php engine isn't parsing the .php3 files.
You are amazing!!! Thanks!!
Hi, Now I get the message
Error
MySQL said:
#1045 - Access denied for user: 'admin@localhost' (Using password: YES)
I don't have that anywhere in my confif.inc file.
Thanks a lot!!
I've never used phpMyAdmin locally.
I will have to download the code and have a look but i can tell you right now that you ahve given me little data.
Are you trying to read a database? Trying to gload index.php?
I have no local server installed right now so I might take a few days to get back to you.
Hi, you don't have to go though that much trouble. I will find the answer. I am trying to connect to MySql in order to check the database entries from "x-cart" my shopping cart.
I downloaded phpMyAdmin and looked in the config.inc.php file and found this:
Code:$cfg['Servers'][$i]['user'] = 'root'; // MySQL user
$cfg['Servers'][$i]['password'] = ''; // MySQL password (only needed
They should be set to the username and password of the MySql user