Hébergements Web - PB Import base de données
BMPCreated with Sketch.BMPZIPCreated with Sketch.ZIPXLSCreated with Sketch.XLSTXTCreated with Sketch.TXTPPTCreated with Sketch.PPTPNGCreated with Sketch.PNGPDFCreated with Sketch.PDFJPGCreated with Sketch.JPGGIFCreated with Sketch.GIFDOCCreated with Sketch.DOC Error Created with Sketch.
Frage

PB Import base de données

Von
SandraB1
Erstellungsdatum 2017-02-07 16:06:38 (edited on 2024-09-04 11:10:52) in Hébergements Web


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.