To upgrade existing databases to use utf8mb4, change directory to the drupal website root:
utf8mb4
cd /var/www/mysite
and then execute:
drush utf8mb4-convert-databases
which will convert all tables in the site databases to use UTF8.