I have an huge database in latin1_swedish_ci. Now i need to convert all data to utf8 collation.
My question is about the consistency of the information. When I do this change it is possible corrupt the data that is in database?
something like this:
mysql> alter database user_db default character set utf8 collate utf8_unicode_ci;
there is any risk of changing the information?