Jump to content

Database And Table Collation


son

Recommended Posts

I choose 'utf8-general-ci' as collation for any varchar or text fields. The database and tables themselves always show 'latin1_swedish_ci'. Does this affect the data? Is the collation of field taking precedence over the table and database collation? Can and should I change this in phpMyAdmin? Son

Link to comment
Share on other sites

The field takes precedence, the table collation is just the default if you don't specify it for a field. You can change the table collation if you want to.
I saw that you can change the table collation (have done this for several tables). Can this also be done for whole database (accessed via phpMyAdmin which is provided by hosting company, so I do not have access to configuration file as such). As field takes precedence (thanks for feedback) I do not need to change this, but would just like to know...Son
Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...