Update Drupal Debug Hints authored by Tom Wiesing's avatar Tom Wiesing
......@@ -107,4 +107,9 @@ INSERT {
BIND( uri(CONCAT("http://wisski.cs.fau.de/behaim/node/", str(?id))) as ?newid)
}
}
```
# Extract single database from sql backup
```
sed -n '/^-- Current Database: `dbname`/,/^-- Current Database: `/p' alldatabases.sql > output.sql
```
\ No newline at end of file