Skip to content

Instantly share code, notes, and snippets.

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 tafid/bb7d01ba2a57ae81678d5e17ebccacae to your computer and use it in GitHub Desktop.
Save tafid/bb7d01ba2a57ae81678d5e17ebccacae to your computer and use it in GitHub Desktop.
ALTER DATABASE databasename CHARACTER SET utf8 COLLATE utf8_unicode_ci;
ALTER TABLE tablename CONVERT TO CHARACTER SET utf8 COLLATE utf8_unicode_ci;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment