PDA

View Full Version : 1.5 beta installation problem...


jemelin
12-19-2005, 10:40 PM
Hi,

Some people will find this very stupid, but trying to install 1.5beta gives me this:

"Error: Unknown MySQL Server Host 'jemelinphoto.net/photoblog' (3)"

What does it mean?

Thanks for your anwer.

SJ

tinyblob
12-19-2005, 10:41 PM
double check your details in includes/pixelpost.php i think you'll find they're wrong :)

jemelin
12-19-2005, 11:01 PM
Here's what I wrote:

$pixelpost_db_host = "jemelinphoto.net/photoblog"; // database host, often "localhost"
$pixelpost_db_user = "jemelin"; // database user
$pixelpost_db_pass = "********"; // database user password
$pixelpost_db_pixelpost = "images"; // database

I created a MySQL database called images...

Then I launch:
jemelinphoto.net/photoblog/admin/install.php

and the error message ruins all my thoughts about beeing a bit normal...

SJ

tinyblob
12-19-2005, 11:09 PM
$pixelpost_db_host is most likely supposed to be "localhost"

jemelin
12-20-2005, 06:57 AM
ok, I'll try, many thanks

SJ

jemelin
12-20-2005, 07:01 AM
OK It works, thanks