From 4eb8d433f7bfd58cada23f0e8226c1d60cdd0d6d Mon Sep 17 00:00:00 2001 From: Gregory Colpart Date: Tue, 24 Oct 2023 12:14:15 +0200 Subject: [PATCH] =?UTF-8?q?je=20documente=20un=20souci=20rencontr=C3=A9=20?= =?UTF-8?q?/=20r=C3=A9solu?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- HowtoMySQL/Troubleshooting.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/HowtoMySQL/Troubleshooting.md b/HowtoMySQL/Troubleshooting.md index 5796d48b..f022f225 100644 --- a/HowtoMySQL/Troubleshooting.md +++ b/HowtoMySQL/Troubleshooting.md @@ -221,6 +221,16 @@ Augmentez la valeur de `max_allowed_packet` dans la section `[mysqldump]` du fic max_allowed_packet = 64M ~~~ +## Erreur 2013 + +Si vous obtenez l'erreur suivante dans les logs du service MySQL lors d'un mysqldump : + +~~~ +[Warning] Aborted connection 49291 to db: 'foo' user: 'foo' host: 'localhost' (Got an error writing communication packets) +~~~ + +Testez la même solution que pour l'erreur 2020 ci-dessus. + ## Erreur 1267 Si vous obtenez une erreur du type : @@ -973,4 +983,4 @@ WHERE AND st.NON_UNIQUE = 1 ORDER BY 1, 2, 3 ; -~~~ \ No newline at end of file +~~~