mysqldump --add-drop-table -uroot -p NOM_DE_LA_BASE  | replace CHARSET=latin1 CHARSET=utf8 | iconv -f latin1 -t utf8 | mysql -uroot -p NOM_DE_LA_BASE