View Full Version : install issues....
I am trying to install pixelpost and keep getting this error...not great with html so could use a bit of help if anyone can....
Connect DB Error: Can't connect to MySQL server on 'www.sherioneal.com' (111) Cause #2
DikkieBurger
07-13-2006, 10:54 PM
Have you filled in the right database login and password etc?
http://wiki.pixelpost.org/index.php?title=How_to_install_Pixelpost
I set up a folder on my site in the https section called photoblog and the pixelpost folder is in that so would this be correct?
$pixelpost_db_host = "www.sherioneal.com"; // database host, often "localhost"
$pixelpost_db_user = "my user name on my server"; // database user
$pixelpost_db_pass = "my password"; // database user password
$pixelpost_db_pixelpost = "httpdocs/photoblog/pixelpost"; // database
Try to change $pixelpost_db_host to localhost:
$pixelpost_db_host = "localhost";
and check if DB name is correct (bacause I dont think so):
$pixelpost_db_pixelpost = "httpdocs/photoblog/pixelpost"; // database
so would the local host be "www.sherioneal/photoblog" if I put the pixelpost folder in the photoblog folder?
blinking8s
07-14-2006, 02:51 AM
localhost is more than likely 'localhost' but it depends on the server setup, as your hosting company if localhost does not work
vBulletin® v3.7.3, Copyright ©2000-2013, Jelsoft Enterprises Ltd.