S9Y doesn't work after upgrade from MySQL3 to MySQL4 [SOLVED

Having trouble installing serendipity?
Post Reply
Josh
Regular
Posts: 110
Joined: Mon Jul 18, 2005 3:02 pm
Location: Berlin
Contact:

S9Y doesn't work after upgrade from MySQL3 to MySQL4 [SOLVED

Post by Josh »

I have upgraded from MySQL 3 to MySQL 4, and now I cannot see my blog, but get an "mysql_connect()" error message pointing to serendipity/include/db/mysql.inc.php on line 251
DATABASE_ERROR

I guess, I have to find the right file with the value "mysql.atlanticreview.org" and change it to "mysql4.atlanticreview.org" but I cannot find this file and don't know anymore where to look.

Any help is appreciated.
Thanks

UPDATE: Problem seems to be fixed. I was looking in vain for the above value.
My provider told me to change the value for $serendipity['dbHost'] from "localhost" to "mysql4.atlanticreview.org"

I hope this is the correct way to do it...
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: S9Y doesn't work after upgrade from MySQL3 to MySQL4 [SO

Post by garvinhicking »

Hi!

Yes, you must change that viarable in the serendipity_config_local.inc.php file.

Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Josh
Regular
Posts: 110
Joined: Mon Jul 18, 2005 3:02 pm
Location: Berlin
Contact:

Post by Josh »

Thank you!!!
Post Reply