How to find out mysql field level charset?
I need to convert latin1 charset of a table to utf8. Quoting from mysql docs: The CONVERT TO operation converts column values between the original and named character sets. This is not what you want if you have a column…