Update Drupal Debug Hints authored by Tom Wiesing's avatar Tom Wiesing
......@@ -108,3 +108,8 @@ INSERT {
}
}
```
# Extract single database from sql backup
```
sed -n '/^-- Current Database: `dbname`/,/^-- Current Database: `/p' alldatabases.sql > output.sql
```
\ No newline at end of file