RSS Icon Twitter Icon Linked In Icon

Web Threads » Entries tagged with "mysql"

Drupal Query to Disable Comments on Node by Content Type

A handy drupal snippet, when someone’s added hundreds of nodes with comments allowed and you need to bulk disable them without editing them each by hand.
Read entire Article »

Filed under: Development

How to Empty Tables in PhpMyAdmin (MySQL)

Recently I needed to empty the Drupal sessions and cache tables which had grown to some million+ rows and were causing weekly database errors on a busy health community website. In PhpMyAdmin, permissions to empty tables weren’t available.
Read entire Article »

Filed under: Website Management