I have a mysql table with 70K+ data which is utf8 encoded.
The data looks good on browser but on sql tools it looks like gibberish पवठ. Therefore I decided to convert this table data into latin1 encoding and save it into another table.
But I am unable to write function to do it. Please help. This problem has been haunting me for very long now.
My Specs:
PHP - 5.6.30
MYSQL - 5.7.22