Twitter iPhone pliant OnePlus 11 PS5 Disney+ Orange Livebox Windows 11

Problème restauration avec mysql dump

1 réponse
Avatar
Julien Arlandis
Bonjour

Je dois restaurer mes bases de données backupées sur un fichier .sql,
lorsque j'utilise la commande sqldump il ne restaure rien du tout, il se
limite seulement aux premières lignes, voici le résultat :

-- MySQL dump 10.11
--
-- Host: localhost Database: ma_BD
-- ------------------------------------------------------
-- Server version 5.0.45-community-nt

/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS,
FOREIGN_KEY_CHECKS=
*/;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;

/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;

-- Dump completed on 2007-09-22 8:54:04

Ce n'est pas la première fois que je rencontre cette difficulté, si
quelqu'un a une idée pour contourner le problème...

1 réponse

Avatar
Julien Arlandis
Julien Arlandis a écrit :
Bonjour

Je dois restaurer mes bases de données backupées sur un fichier .sql,
lorsque j'utilise la commande sqldump il ne restaure rien du tout, il se
limite seulement aux premières lignes, voici le résultat :



Je viens de découvrir que ce problème ne se pose que pour des scripts de
restauration qui dépassent une certaine taille, disons quelques Mo.
Pour des petits scripts il n'y a aucun problème, j'utilise la dernière
version de mysql sur un serveur windows 2003.