Why does MySql have 'utf8' for collation on its information_schema but latin1_swedish on all other d
Posted
by PoppySeeds
on Server Fault
See other posts from Server Fault
or by PoppySeeds
Published on 2010-06-07T04:01:14Z
Indexed on
2010/06/07
4:02 UTC
Read the original article
Hit count: 300
mysql
Using the latest version of MySql. I created a database, it defaulted to Latin1_Swedish, and just noticed that the 'mysql' database also has Latin1_Swedish. Only the information_schema has a collation of utf8_general_ci. Should I be changing my database to utf8? And if so, how?
© Server Fault or respective owner