MySQL character_set_system

hello

I'm running MySQL 4.1 and it's using UTF-8 charset.
The problem is that I'm getting many complains that "my site is showing '?' instead of accents when I imported my database"
that's probably because the old MySQL version (from which the DB was imported) used ISO-8859-1

Is there a way to set the charset of my MySQL to ISO-8859-1, since it's the most common? Also, will this break the current data (or I'll need to "iconv" them all)? MySQL character_set_system

 

 

 

 

Top