Bonjour,
J'ai eu plusieurs fois ce problème sur OVH, j'exporte une base de données (utf8), je l'importe dans PHP My admin et voici le message ci-dessous :
Requête SQL :
# Table structure of table `wp_options`
CREATE TABLE `wp_options` (
`option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`option_name` varchar(191) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`option_value` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
`autoload` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'yes',
PRIMARY KEY (`option_id`),
UNIQUE KEY `option_name` (`option_name`)
) ENGINE=InnoDB AUTO_INCREMENT=6519 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci ;
MySQL a répondu: Documentation
#1273 - Unknown collation: 'utf8mb4_unicode_520_ci'
Quelqu'un a t'il déjà eu le problème ?
Je précise que j'ai bien exporté en utf8 unicode ?
Merci pour votre aide.
Hébergements Web - PB Import base de données
Related questions
- Connexion à mon compte client
155840
13.02.2019 09:51
- Serveur non sécurisé, celui-ci ne supporte pas FTP sur TLS
127784
03.09.2018 14:46
- reCAPTCHA erreur pour le propriétaire du site : clé de site non valide
111985
14.02.2019 16:17
- [FAQ] Comment mettre à jour mon site pour supporter Apache 2.4 ?
99203
28.07.2017 11:39
- Passage en php 7.4
98375
30.06.2020 05:05
- Augmenter taille PHP Post Max Size sur mutualisé ?
92863
04.12.2019 21:52
- The requested URL / was not found on this server
91898
02.03.2017 18:25
- Deploy d'un projet Node JS
91859
12.10.2016 20:18
- Ce site est inaccessible Impossible de trouver l'adresse DNS du serveur
91749
16.10.2016 16:24
- NextCloud sur mutualisé
91606
07.04.2017 08:42