01/04/2013 by Nitesh

How to Disable User Registrations in Drupal 6

Friends, We all face the issue of spam registrations on our websites. Many of the times, we want to disable user registrations on the website. This post details how the same can be done in Drupal. Drupal allows the following different settings for user registrations – Only site administrators can create new user accounts. Visitors…

Continue Reading »

11/05/2012 by Nitesh

How to Optimize and Repair MySQL tables

Very Often when we deal with large amount of data in MySQl table, we need to Optimize and repair MySQL tables. Here are the MySQL Queries to do the same: Optimize Table: OPTIMIZE TABLE TBL_NAME Repair Table: REPAIR TABLE TBL_NAME The Other way of doing this is to follow the below steps. Go to PhpMyAdmin…

Continue Reading »

25/11/2011 by Nitesh

Clear Cache of all Drupal subdomains using Drush

Friends, Imagine you are working on a Apache server that has around hundreds of subdomains and run from a single codebase using Drupal CMS and you need to clear the inbuilt cache of all subdomains without restarting the server. to solve this, there is a utility tool named as Drush. It is a command line…

Continue Reading »

1 2 3