Skip to content

Instantly share code, notes, and snippets.

@damaya
Created May 2, 2014 22:24
Show Gist options
  • Select an option

  • Save damaya/1d0e5c1e43b3c3104ea2 to your computer and use it in GitHub Desktop.

Select an option

Save damaya/1d0e5c1e43b3c3104ea2 to your computer and use it in GitHub Desktop.
Create database from command
CREATE DATABASE my_database DEFAULT CHARACTER SET latin1 DEFAULT COLLATE latin1_swedish_ci;
CREATE DATABASE my_database DEFAULT CHARACTER SET utf8 DEFAULT COLLATE utf8_general_ci;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment