Hello,
I created my database with MySQL connection collation : utf8_general_ci. However, in the tables I create, without specifying any collation, all char/varchar/... fields have Collation: latin1_general_ci .
Why isn't the main utf8_general_ci collation automatically passed on to the fields ?
Thanks.
I created my database with MySQL connection collation : utf8_general_ci. However, in the tables I create, without specifying any collation, all char/varchar/... fields have Collation: latin1_general_ci .
Why isn't the main utf8_general_ci collation automatically passed on to the fields ?
Thanks.