SEESenv/web/hgbook/comments/sql/element.mysql.sql
author amit@thunder
Sun, 21 Feb 2010 18:00:14 +0530
changeset 7 e9bf8b47a809
parent 2 52d12eb31c30
permissions -rwxr-xr-x
Added /index because only / does not seem to work

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