SEESenv/web/hgbook/comments/sql/comment.mysql.sql
author amit@thunder
Mon, 22 Feb 2010 17:09:17 +0530
changeset 16 2e3d2cadbcb6
parent 2 52d12eb31c30
permissions -rwxr-xr-x
Testing

alter table comments_comment convert to character set utf8 collate utf8_bin;
alter table comments_comment default character set utf8 collate utf8_bin;