Erreur Requête SQL : database migration
-
planning to move my WordPress website to a different server vps
all tables are imported to the new database except this table which gives an errorCREATE TABLEwpwj_smush_dir_images` (
idmediumint(9) NOT NULL AUTO_INCREMENT,
pathtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
resizevarchar(55) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
lossyvarchar(55) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
errorvarchar(55) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
image_sizeint(10) unsigned DEFAULT NULL,
orig_sizeint(10) unsigned DEFAULT NULL,
file_timeint(10) unsigned DEFAULT NULL,
last_scantimestamp NOT NULL DEFAULT ‘0000-00-00 00:00:00’,
metatext COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
path_hashchar(32) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
UNIQUE KEYid(id),
UNIQUE KEYpath_hash(path_hash),
KEYimage_size(image_size)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci`MySQL a répondu : Documentation
#1273 – Unknown collation: ‘utf8mb4_unicode_520_ci’The page I need help with: [log in to see the link]
The topic ‘Erreur Requête SQL : database migration’ is closed to new replies.