Apache Solr Search Mastery - Drupalcon SF Session

You are missing some Flash content that should appear here! Perhaps your browser cannot display it, or maybe it did not initialise correctly.

Mysql - dropping all tables without dropping the database

This snippet is real handy if you don't have CREATE TABLE and GRANT permissions. mysql --user=YOUR_USERNAME --password=YOUR_PASSWORD -BNe "show tables" YOUR_DBSCHEMA_NAME | tr '\n' ',' | sed -e 's/,$//' | awk '{print "SET FOREIGN_KEY_CHECKS = 0;DROP TABLE IF EXISTS " $1 ";SET FOREIGN_KEY_CHECKS = 1;"}' | mysql --user=YOUR_USERNAME --password=YOUR_PASSWORD YOUR_DBSCHEMA_NAME via http://knaddison.com/technology/mysql-drop-all-tables-database-using-single-command-line-command (in the comments)

Drupal Training in Minneapolis March 16th!

What do the Obama Administration, Duke University, Rutgers University, The Economist Magazine, the United Nations, Sony and Warner Brothers have in common? They are all using the Drupal Content Management System

Tools and methods of Drupal.org: version control, patching and issues.

You are missing some Flash content that should appear here! Perhaps your browser cannot display it, or maybe it did not initialise correctly.

Benjamin Doherty at Drupalcamp Chicago 12/29/2009