PDA

View Full Version : Installation Problem - Database Confusion


Anonymous
01-26-2005, 11:21 PM
mysql_connect($pixelpost_db_host, $pixelpost_db_user, $pixelpost_db_pass) || die("Error: ". mysql_error());
mysql_select_db($pixelpost_db_pixelpost) || die("Error: ". mysql_error());

I am a little confused as to the format I am to enter my database info in with the code above.

My info is
Host: localhost
DB User: charlene_admin
DB: charlene_photoblog

ESN
01-27-2005, 02:52 AM
You have to enter your DB info in the file


admin/pixelpost.php

Anonymous
01-27-2005, 02:55 AM
I thought I read the directions clearly and I checked the message boards and yet all that went over my head. Stupid me wasn't even editing the right file. :oops:

Thanks for your help.