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. ~~~