Skip to content

Instantly share code, notes, and snippets.

@RPing
Created January 22, 2018 10:15
Show Gist options
  • Save RPing/7cc48265014ce41d494ade54486bf54d to your computer and use it in GitHub Desktop.
Save RPing/7cc48265014ce41d494ade54486bf54d to your computer and use it in GitHub Desktop.
MySQL 開資料庫 中文設定
create database XXX character set utf8mb4 collate utf8mb4_unicode_ci;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment