Bonjour, je souhaite lancer mon site sur un serveur d'OVH. C'est un site Wordpress.
J'ai placé mon www via Filezilla sur le serveur, j'ai configuré le wp-config du www avec les id et codes.
Je veux placer ma BDD de mon PHPmyadmin local vers mon PHPmyadmin d'OVH. Mais lorsque j'exporte ma BDD > Exportation des tables depuis la base de données > @DATABASE@ et que je l'importe dans mon PHPmyadmin d'OVH, il y a ce message d'erreur :
Requête SQL:
-- Contenu de la table `wp_comments`
INSERT INTO `wp_comments` ( `comment_ID` , `comment_post_ID` , `comment_author` , `comment_author_email` , `comment_author_url` , `comment_author_IP` , `comment_date` , `comment_date_gmt` , `comment_content` , `comment_karma` , `comment_approved` , `comment_agent` , `comment_type` , `comment_parent` , `user_id` )
VALUES ( 2, 93, 'yasduyyu', '[email protected]', '', '109.104.187.198', '2011-03-09 09:36:21', '2011-03-09 09:36:21', 'ldkkjee', 0, 'post-trashed', '', '', 0, 0 ) ;
MySQL a répondu: Documentation
#1062 - Duplicate entry '2' for key 'PRIMARY'
Je ne comprends pas ce que je dois faire.
Merci par avnce pour votre aide. Maryse