mediatribe.net -- Drupal and Web Development

Notice: this post was last updated 3 years 30 weeks ago so it might be outdated. Please be cautious before implementing any of suggestions herein.

Disabling a module directly in the Drupal database

Here is how to disable a module directly in the Drupal database

echo "UPDATE system SET status = 0 WHERE name = 'MODULENAME';" | drush sqlc