Hello On 2006-09-04 tech wrote: > Package: mysql-dfsg-5.1 > Version: accentued characters doesn't show right > Severity: important > > Since I upgraded to the last testing version of mysql (5.0.24-3) > all accentuated characters in databases are rotten. The bug report says "mysql-dfsg-5.1" above? This is a version that is only available in experimental. Please show dpkg -l "*mysql*" | grep ^.i to see what package versions you really have installed.
> I always used iso-8859-15 as charset for all my databases, but it seems that > the upgrade modified something in the parameters to use utf-8 instead. I > would like to know how I could get back the previous behaviour. For the > moment all my databases are unusable As far as I know that have been no changes to the locales. Can you show SHOW CREATE DATABASE xxx; SHOW CREATE TABLE xxx.yyy; SHOW VARIABLES LIKE "char%"; to see which charset is configured for your tables. You might also want to lookup dev.mysql.com -> Manual -> History to see if there have been any changes in between 5.0.23 and 5.0.24 that are related. bye, -christian- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]