@pfefferle @_elena Hm, the following:
wp core download
wp config create …
wp core install …
creates a config with
DB_CHARSET='utf8'
but with database tables having `utf8mb4_unicode_520_ci`
Shouldn’t the DB_CHARSET be utf8mb4 or doesn’t it matter?