From dc522030442c349a8ff249187a84a67909cafdf4 Mon Sep 17 00:00:00 2001 From: btatu Date: Tue, 31 Jul 2018 11:49:15 +0200 Subject: [PATCH] Edit internal in-memory temporary tables for mysql --- HowtoMySQL/Troubleshooting.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/HowtoMySQL/Troubleshooting.md b/HowtoMySQL/Troubleshooting.md index 3dc017a0..c9a2d338 100644 --- a/HowtoMySQL/Troubleshooting.md +++ b/HowtoMySQL/Troubleshooting.md @@ -138,6 +138,14 @@ InnoDB: with raw, and innodb_force_... is removed. The total number of locks exceeds the lock table size +## Augmenter la taille des données temporaire pour les tables + +~~~ +Error 'Got error 64 'Temp file write failure' from InnoDB' on query. +~~~ + +Il faut augmenter la valeur de `tmp_table_size`. + ## Trop de "locks" lors d'une requête. ~~~