From 5d5b2581e935b6b8649b4c0399b9c3f6d1c2358b Mon Sep 17 00:00:00 2001 From: btatu Date: Mon, 24 Jun 2019 16:06:35 +0200 Subject: [PATCH] =?UTF-8?q?ajout=20url=20plus=20d=C3=A9taill=C3=A9=20sur?= =?UTF-8?q?=20l'extraction=20d'une=20table=20d'une=20base?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- HowtoMySQL.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/HowtoMySQL.md b/HowtoMySQL.md index cc0c588e..d1be298a 100644 --- a/HowtoMySQL.md +++ b/HowtoMySQL.md @@ -1025,11 +1025,8 @@ mysql> source foo.sql > *Note 2* : les sorties des requêtes sont renvoyées sur la sortie standard (au contraire de la restauration avec `mysql < foo.sql`) -Pour extraire une table précise d'un dump complet (en vue de la restaurer ensuite) : +Pour [extraire une table précise d'un dump complet pour ensuite la restaurer](https://wiki.evolix.org/HowtoMySQL/Troubleshooting#restauration-dune-base-depuis-un-dump-complet) -~~~ -$ awk '/^-- Table structure for table ``/,/^UNLOCK TABLES;/{print}' mabase.sql >matable.sql -~~~ ## Monitoring