Category: MySQL
How to change collation of database, table, column?
Changing it database wide: Changing it per table: Good practice is to change it at table level as it’ll change it for columns as well. Changing for specific column is for any specific case. Changing collation for a specific column: