http://www.cnblogs.com/livingintruth/p/3433259.html
SET NAMES "utf8"
2(main).
create table entries2 ( id int auto_increment, title text, content text, posted_on datetime, primary key (id) ) character set = utf8;