digitalp
07-01-2005, 08:03 PM
Hi,
I am trying to install Pixelpost for the first time. I have checked all the requirements, etc, and have the SQL databases set up fine. However, I am still getting this error:
Error: Access denied for user: 'digitalp_emily@localhost' to database 'digitalp_photo'
Here is what I have set up in the pixelpost.php file:
$pixelpost_db_host = "localhost"; // database host, often "localhost"
$pixelpost_db_user = "digitalp_emily"; // database user
$pixelpost_db_pass = "***** // database user password
$pixelpost_db_pixelpost = "digitalp_photo"; // database
$pixelpost_db_prefix = "pixelpost_"; // table prefix, leave as is unless you want to install multiple blogs on the same database
I am trying to set up in a folder off of my main site. Is that the problem?
Any help would be greatly appreciated!
I am trying to install Pixelpost for the first time. I have checked all the requirements, etc, and have the SQL databases set up fine. However, I am still getting this error:
Error: Access denied for user: 'digitalp_emily@localhost' to database 'digitalp_photo'
Here is what I have set up in the pixelpost.php file:
$pixelpost_db_host = "localhost"; // database host, often "localhost"
$pixelpost_db_user = "digitalp_emily"; // database user
$pixelpost_db_pass = "***** // database user password
$pixelpost_db_pixelpost = "digitalp_photo"; // database
$pixelpost_db_prefix = "pixelpost_"; // table prefix, leave as is unless you want to install multiple blogs on the same database
I am trying to set up in a folder off of my main site. Is that the problem?
Any help would be greatly appreciated!