Database
(Tips) Use MySQL to double the nodes in your Drupal database
Tips : Use MySQL to double the nodes in your Drupal database
Now as a shell script. You may have to update the MySQL user in the script. A file version of the script is attached. Download it, make it executable with chmod +x ./doublenodes, and then run it with ./doublenodes databasename
#!/bin/sh
- guru's blog
- Login to post comments
- Read more
(Tips) Drupal Shared Database Multi-Site
Tips : Drupal Shared Database Multi-Site
- guru's blog
- Login to post comments
- Read more
(Tips) Backing Up Your Drupal Database
Tips : Backing Up Your Drupal Database
- guru's blog
- Login to post comments
- Read more
(Tutorial) Two Sites, One Database, One Installation of Drupal | DB Setup
Tutorial : Two Sites, One Database, One Installation of Drupal | DB Setup
The guidance provided below assumes:
- guru's blog
- Login to post comments
- Read more
(Tutorial) Database Migration Part II
Tutorial : Database Migration Part II
- guru's blog
- Login to post comments
- Read more
(Tips) What is the Content Construction Kit? A View from the Database
Tips : What is the Content Construction Kit? A View from the Database
The Content Construction Kit (CCK) began as a natural evolution from the popular Flexinode module. The Flexinode module allowed you to define your own content types (a blog entry, a recipe, a poll, etc) with a number of custom fields. CCK also allows you to do this, but in a more powerful way.
- guru's blog
- Login to post comments
- Read more
(Tips) Fastest way to get just one result from a database table in Drupal
Fastest way to get just one result from a database table in Drupal
- guru's blog
- Login to post comments
- Read more
(Tutorial) Merging two Drupal instances into a single database
Merging two Drupal instances into a single database
I recently had to transfer some tables from a Drupal site that had been developed in it's own database, into an existing Drupal database. In order to do this, the MySQL dump needed to be edited to add table prefixes, lest the existing Drupal install be wiped out.
- guru's blog
- Login to post comments
- Read more
(Tutorial) 3 Easy ways to import large MySQL database
3 Easy ways to import large MySQL database
From
time to time, we get into situation when we would like to know just how-to
import big database in phpmyadmin?
- guru's blog
- Login to post comments
- Read more
(Article) A beginner's guide to caching data
A beginner's guide to caching data
-
Building complicated, dynamic content in Drupal is easy, but it can come at a price. A lot of the stuff that makes a Web 2.0 site so cool can spell 'performance nightmare' under heavy load, thrashing the database to perform complex queries and expensive calculations every time a user looks at a node or loads a particular page.
- guru's blog
- Login to post comments
- Read more
![Drupal-6-Book-[Building Powerful and Robust Websites with Drupal 6].jpg](http://www.drupalranch.com/images/Drupal-6-Book-[Building%20Powerful%20and%20Robust%20Websites%20with%20Drupal%206].jpg)