Thread: Help, Please...
View Single Post
Old November 5th, 2005, 03:01 PM   #4 (permalink)
Michael P
PhotoPost Developer
Verified Customer
 
Join Date: Jan 2002
Posts: 11,834
You need to check your database settings, PhotoPost is telling you that it cannot connect with the userid/password and host settings. Check with your ISP if you are unsure of what these setting are.

You can find these settings in the config-inc.php file:

//**************** MySQL Database Configuration ****************//
// PhotoPost database host address, or leave as localhost
$host="localhost";

// PhotoPost's database name
$database="photopost";

// MySQL username and password to access PhotoPost's database
//
// These two variables are for the userid and password needed to access
// the PhotoPost database named above.
$mysql_user="root";
$mysql_password="";
__________________
Please do not PM me for support or sales questions. Thank you for your understanding.
Michael P is offline   Reply With Quote