Hi
i have upgrade my server from mysql 4.0 to 4.1 but now a lot of site display a wrong text, all the letter with à è ù are as "ù " how can i fix this problem?
Thanks
Hi
i have upgrade my server from mysql 4.0 to 4.1 but now a lot of site display a wrong text, all the letter with à è ù are as "ù " how can i fix this problem?
Thanks
Try adding
to my.cnfCode:[mysqld] init-connect=SET NAMES binary
Then restart mysql.
I have try with init-connect=SET NAMES utf8 but i still have the same error
UTF-8 won't work, because those characters are ISO. Did you try "binary"?
which one my.cnf i have /etc/my.cnf and /user/local/cpanel/whostmgr
My joomla installation creates latin1_swedish_ci collation
Last edited by dyrer; 05-28-2006 at 01:01 PM.
/etc/my.cnfOriginally Posted by dyrer
latin1_swedish_ci collations are exactly why utf-8 won't work. Unless you want to convert your database to utf-8, which could be messy if there are special keys within the database.
how can convert it?
is this needed ?
init-connect=SET NAMES binary