Bonjour à tous,

j'utilise :

- wordpress 3.1.2
- mysql 5
- phpmyadmin 2.6.4

Je suis en train de faire migrer un blog wordpress depuis un hébergement mutualisé 1&1 vers un serveur dédié 1&1.

J'utilise la méthode manuelle : copie des fichiers par ftp et export / import de la base de données par Phpmyadmin.

Je bloque à l'importation de la base dans mon nouveau PhpmyAdmin. J'obtiens ce message d'erreur quand je charge mon fichier .sql :

Il semble qu'il y ait une erreur dans votre requête SQL. Le message ci-bas peut vous aider à en trouver la cause.

ERROR: Ponctuation invalide @ 40
STR: ?&
SQL: <?xml version="1.0" encoding="utf-8"?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr" dir="ltr">

<head>
<title>phpMyAdmin</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<base href="https://phpmyadmin.1and1.fr/" />
<script language="JavaScript" type="text/javascript">
<!--
/*
* we need this for Backwards-Compatibility and resolving problems
* with non DOM browsers, which may have problems with css 2 (like NC 4)
*/
var isDOM = (typeof(document.getElementsByTagName) != 'undefined'
&& typeof(document.createElement) != 'undefined')
? 1 : 0

requête SQL:

<?xml version="1.0" encoding="utf-8"?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr" dir="ltr"> <head> <title>phpMyAdmin</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <base href="https://phpmyadmin.1and1.fr/" /> <script language="JavaScript" type="text/javascript"> <!-- /* * we need this for Backwards-Compatibility and resolving problems * with non DOM browsers, which may have problems with css 2 (like NC 4) */ var isDOM = (typeof(document.getElementsByTagName) != 'undefined' && typeof(document.createElement) != 'undefined') ? 1 : 0

MySQL a répondu:

#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '<?xml version="1.0" encoding="utf-8"?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1' at line 1
Les versions de mysql et phpmyadmin sont les mêmes sur les deux serveurs.

Ce qui est assez bizarre c'est qu'on dirait que c'est un fichier html qui est chargé. Est-ce normal ? Pourtant je ne pense pas utiliser les mauvaises options d'exportation :

http://imageshack.us/photo/my-images...enshotndc.png/

N'hésitez pas à me demander si vous avez besoin de plus d'infos.

Merci de votre aide.