Good morning everyone.
I have a Wordpress installation where I use the Matomo plugin to track visits.
I got this error:
WP DB Error: [1253] COLLATION ‘utf8mb4_general_ci’ is not valid for CHARACTER SET ‘utf8mb3’ SQL: CREATE TABLE firing_matomo_archive_blob_2024_11 ( idarchive INTEGER UNSIGNED NOT NULL, name VARCHAR(190) NOT NULL, idsite INTEGER UNSIGNED NULL, date1 DATE NULL, date2 DATE NULL, period TINYINT UNSIGNED NULL, ts_archived DATETIME NULL, value MEDIUMBLOB NULL, PRIMARY KEY(idarchive, name), INDEX index_period_archived(period, ts_archived) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb4_general_ci
What does this mean and what can I do?
Thanks in advance to anyone who can help me out
Alessandro