Last Updated: February 25, 2016
·
156
· buithehoa

MySQL: Change Database Default Character Set and Collation

ALTER TABLE <table_name> DEFAULT CHARACTER SET <character_set> COLLATE <collation>;