Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
wordpress:disable-plugins [2014-07-25 18:08:28]
rory.blanchard
wordpress:disable-plugins [2014-07-25 18:08:41]
rory.blanchard
Line 40: Line 40:
 root@example# mysql <database name> root@example# mysql <database name>
 root@example# UPDATE wp_options SET option_value = 'a:0:{}' WHERE option_name = 'active_plugins'; root@example# UPDATE wp_options SET option_value = 'a:0:{}' WHERE option_name = 'active_plugins';
-</code+</code>
  ----  ----