Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 297 Bytes

如何添加-emoji-的支持.md

File metadata and controls

3 lines (3 loc) · 297 Bytes
  1. 首先需要保证需要 MySQL 的版本大于等于 5.5.3。
  2. 数据库 fk_post 中的 title, summary, markdown_content, content 字段的数据类型需要修改为 utf8mb4
  3. 同时修改 app/common/config/db.js 文件,增加一个 encoding: 'utf8mb4' 的键值对。