Update Drupal Debug Hints authored by Tom Wiesing's avatar Tom Wiesing
...@@ -168,3 +168,10 @@ Source: https://stackoverflow.com/a/25975930 ...@@ -168,3 +168,10 @@ Source: https://stackoverflow.com/a/25975930
``` ```
sed -n '/^-- Current Database: `dbname`/,/^-- Current Database: `/p' alldatabases.sql > output.sql sed -n '/^-- Current Database: `dbname`/,/^-- Current Database: `/p' alldatabases.sql > output.sql
``` ```
# Clearing all caches (including opcache)
```
drush cr
drush php:eval 'opcache_reset();'
```
\ No newline at end of file