I have a Drupal 9.4.8 website a MariaDB database and phpMyAdmin.
My website is already active with data in its 220 MB database.
How to upgrade a MariaDB database to utf8mb4_unicode_ci
?
Here is my website setup :
Here is the current database. It's really a mess, because there's utf8_general_ci
and utf8mb4_general_ci
:
If updating is possible, can it break Drupal ?