Page 1 of 1

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

Posted: Thu Aug 02, 2007 1:19 pm
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...

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

Posted: Sat Aug 04, 2007 1:01 pm
by garvinhicking
Hi!

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

Regards,
Garvin

Posted: Sat Aug 04, 2007 3:53 pm
by Josh
Thank you!!!