SQL: Disable (or Enable) All WordPress Plugins
UPDATE wp_options SET option_value = 'a:0:{}' WHERE option_name = 'active_plugins';