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