分享

解除typecho的最大字数限制

把contens表里的text字段类型设置为longtext 执行SQL

alter table typecho_contents modify text LONGTEXT