- 2012-08-19: Working on the new Drupal 8 Entity system at Drupalcon Munich
- 2012-06-15: Working on the new Drupal 8 Entity system at DrupalDevDays Barcelona
- 2012-03-23: Working on the future Drupal Document Oriented Storage at DrupalCon Denver. D8 or later ? Bets are on.
- 2011-09-01: Building an Unfuddle to Drupal Casetracker import module using Migrate
- 2011-08-28: Back from DrupalCon London and its WSCCI code sprint. Wow.
- 2009-11-29: mongodb_watchdog module created by dereine, ported to D7 by me in about half an hour, and migrated in a larger MongoDB project by damz before the hour ended. Wow...
shell
Counting MySQL tables from the shell
Submitted by fgm on Tue, 2011-07-05 15:12Tiny tip for the day: a one-liner to get the number of tables on a MySQL server across all databases:
mysql -BNe 'SELECT COUNT(*) FROM TABLES' information_schema





Recent comments
13 weeks 2 days ago
15 weeks 2 days ago
16 weeks 3 days ago
16 weeks 6 days ago
16 weeks 6 days ago
16 weeks 6 days ago
25 weeks 4 days ago
25 weeks 5 days ago
27 weeks 5 days ago
28 weeks 3 days ago