在Mysql configuration wizard 中修改instance character set 为Best Surpported
alter table [table_name] character set utf8;
alter table [table_name] modify [col_name] char(255) character set utf8
与Grails 配套使用.
本文介绍如何在Mysqlconfigurationwizard中调整实例字符集为最佳支持,并通过SQL语句修改指定表和字段的字符集为UTF8,以便更好地与Grails框架进行配合使用。
在Mysql configuration wizard 中修改instance character set 为Best Surpported
alter table [table_name] character set utf8;
alter table [table_name] modify [col_name] char(255) character set utf8
与Grails 配套使用.
1284

被折叠的 条评论
为什么被折叠?