Mysql change the default character set and collation of a table
To change the default character set and collation of a table including those of existing columns (note the convert to clause):alter tableconvert to character set utf8 collate utf8_general_ci;
Note: You can't alter multiple tables at once in mysql, just write a query file to alter all tables and execute that file.
Không có nhận xét nào:
Đăng nhận xét