Tuesday, September 24, 2013

[SQL] change Collation to utf8

ALTER TABLE <table name> COLLATE utf8_general_ci;
 

Reference:
http://stackoverflow.com/questions/4784168/how-to-change-collation-to-utf8-bin-in-one-go

No comments :

Post a Comment