Forum Moderators: open
Got recently the last PHPMYADMIN and noticed the implementation of a new property called "COLLATION".
By default, collation are "latin1_swedish_ci" so I am currently busy changing it to "utf8_unicode_ci".
1st question: Is it really useful to do this?
2nd question: Why does it refuse to change the collation to UTF when it is an enum?
Thanks