Skip to content

Instantly share code, notes, and snippets.

@Maden-maxi
Created March 18, 2017 09:22
Show Gist options
  • Save Maden-maxi/f1e9e85af297f6a8ba85b71096aed568 to your computer and use it in GitHub Desktop.
Save Maden-maxi/f1e9e85af297f6a8ba85b71096aed568 to your computer and use it in GitHub Desktop.
Create Database UTF-8 encoding on SQL
CREATE DATABASE `my_db` CHARACTER SET utf8 COLLATE utf8_general_ci;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment