Enabling 4 byte UTF-8 Support

To upgrade existing databases to use utf8mb4, change directory to the drupal website root:

cd /var/www/mysite

and then execute:

drush utf8mb4-convert-databases

which will convert all tables in the site databases to use UTF8.