I've moved my old s9y-blog to another server(with UTF8 by default).
To use my blog correclty I have to write
in my.ini,init-connect="SET NAMES cp1251"
but I can't because of another databases on the server.
I've tried to write
in mysql.inc.php in function serendipity_db_connect() but it doesnt work.mysql_query("SET NAMES cp1251", $serendipity['dbConn']);
Where can I write this mysql_query?
Thanks and sorry for bad english!