What is the impact of converting latin1/latin1_swedish_ci to utf8mb4/utf8mb4_unicode_ci?
2
votes
1
answer
1893
views
I was facing some issues with the character's encoding. Those are resolved by updating the CHARACTER and COLLATE for some columns in the table. So my concern is
- Is this conversion safe?
- Or can this create issues for different encoding techniques?
- Also how to convert the CHARACTER and COLLATE for multiple columns of the table in the same MySQL query?
Asked by Mehar
(121 rep)
Jul 26, 2021, 04:21 PM
Last activity: Jun 4, 2025, 07:04 PM
Last activity: Jun 4, 2025, 07:04 PM