From 73d4c81e8eb6f62c6b23673bd44c19a49dbf63d9 Mon Sep 17 00:00:00 2001 From: pdiogoantunes Date: Tue, 20 Mar 2018 16:23:55 +0100 Subject: [PATCH] texte restauration d'une base --- HowtoMySQL/Troubleshooting.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/HowtoMySQL/Troubleshooting.md b/HowtoMySQL/Troubleshooting.md index 489fe5a8..230e7979 100644 --- a/HowtoMySQL/Troubleshooting.md +++ b/HowtoMySQL/Troubleshooting.md @@ -586,6 +586,8 @@ ORDER BY (data_length + index_length) DESC; ## Restauration d'une base depuis un dump complet +Voir [Restauration d'une table](#restauration-dune-table-depuis-un-dump-complet) en utilisant en recherche, à la place : + ~~~ $ grep -n '^USE `' dump.sql ~~~