Skip to content

Instantly share code, notes, and snippets.

@luizrobertofreitas
Created August 31, 2014 22:22
Show Gist options
  • Save luizrobertofreitas/8e30a57dd6af41fe813a to your computer and use it in GitHub Desktop.
Save luizrobertofreitas/8e30a57dd6af41fe813a to your computer and use it in GitHub Desktop.
Alter mysql database collation and character
ALTER DATABASE app 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