Skip to content

Instantly share code, notes, and snippets.

@kelsS
Last active July 26, 2017 13:08
Show Gist options
  • Save kelsS/543f28080bdd9f2e5b5cbc09f536d960 to your computer and use it in GitHub Desktop.
Save kelsS/543f28080bdd9f2e5b5cbc09f536d960 to your computer and use it in GitHub Desktop.
Convert Drupal DB to UTF8MB4 to support emojis, etc...
drush vset maintenance_mode 1
drush utf8mb4-convert-databases
drush cc all
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment