TABLE `wp_amr_reportcache`
-
Anna-marie hi,
amr users 4.3
MySQL 5.6.32-78.1
phpMyAdmin 4.3.8
PHP:5.6.29Have encountered a strange anomaly in exporting/importing my wordpress mysql database in phpmyadmin.(migrating servers)
phpmyadmin does not like your wp_amr_reportcache table. It references an incompatible collation type of ‘utf8mb4_unicode_520_ci’
All other WP tables are utf8mb4_unicode_ci
Any suggestions? Did want to manually change (break?) anything prior to consulting with you. Have read quite a bit in various forums. Modifying phpmyadmin export/import parameters has not worked for me.
See error message below –
thanks – GARRY
CREATE TABLE
wp_amr_reportcachelogging
(
id
bigint(20) NOT NULL AUTO_INCREMENT,
eventtime
datetime NOT NULL,
eventdescription
text COLLATE utf8mb4_unicode_520_ci NOT NULL,
PRIMARY KEY (id
)
) ENGINE=MyISAM AUTO_INCREMENT=18 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
MySQL said: Documentation
#1273 – Unknown collation: ‘utf8mb4_unicode_520_ci’
- The topic ‘TABLE `wp_amr_reportcache`’ is closed to new replies.