Skip to content

Instantly share code, notes, and snippets.

@hustjiangtao
Created November 2, 2019 11:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hustjiangtao/4e7d479adbbe0c55001fba333a6c6c1e to your computer and use it in GitHub Desktop.
Save hustjiangtao/4e7d479adbbe0c55001fba333a6c6c1e to your computer and use it in GitHub Desktop.
Create a new database with utf8mb4
-- Create a new database named xxx

create database demo_db 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