utf8 or latin1 as my collation in database MySQL? | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
+ 2

utf8 or latin1 as my collation in database MySQL?

I'm creating a simple website with a database for a school project (it's not meant to be published). What's inside my database are names of students and their grades, as well as accounts of the teachers. I don't really know what collation does to the website/database, and I kept on seeing some other people recommending utf8. I literally have no idea since this wasn't taught in school, and I'm still a beginner. Should I switch to utf8_general_ci or stay with latin1_swedish_ci? It's just a simple website and database anyway. Thanks.

26th Apr 2021, 5:13 AM
John Lyrick Jonson
John Lyrick Jonson - avatar
1 Antwort
+ 13
For general information utf8 is preferred.
26th Apr 2021, 5:45 PM
Igor Makarsky
Igor Makarsky - avatar