Mysql
 sql >> Datenbank >  >> RDS >> Mysql

Wie konvertiere ich mysql latin1 in utf8

Ich habe es geschafft, es zu lösen, indem ich Updates für Textfelder wie diese ausführte:

UPDATE table SET title = CONVERT(CONVERT(CONVERT(title USING latin1) USING binary) USING UTF8)