// $Id: README.txt,v 1.2 2008-02-11 20:57:24 weitzman Exp $ DESCRIPTION ----------- drush_sql.module (The Drupal Shell SQL Manager) allows you to interact with the database from the command line. The three most interesting commands are: sql query: execute a query against the site database sql dump: Exports the Drupal DB as SQL using mysqldump or pg_dump. sql load: Migrate a database dump between two databases. Those databases are specified in your multi-site Drupal. TIPS ------------ Using the -l command line option for drush.php, you can easily run SQL commands against any site in your multisite installation. CREDITS ------------ Authored by Arto Bendiken . Maintained by Moshe Weitzman