資料庫mysql插入異常 漢字無法插入方法,設定 建表的字元

瓜瓜東西發表於2014-05-21

CREATE TABLE `wj_xinwen` (

`id` int(11) NOT NULL AUTO_INCREMENT,

`type` varchar(22) DEFAULT NULL,

`title` text(2000) NOT NULL,

`content` text (20000) NOT NULL,

`source` text (2000) DEFAULT NULL,

`username` varchar(30) DEFAULT NULL,

PRIMARY KEY (`id`))

ENGINE=InnoDB DEFAULT CHARSET= utf8 

相關文章