I imported some data using LOAD DATA INFILE into a MySQL Database. The table itself and the columns are using the UTF8 character set, but the default character set of the d
Converting latin1 to UTF8 is not what you want to do, you kind of need the opposite.
If what really happened was this:
What you must do now is: