
Database Templates with MySQL
http://www.onlamp.com/pub/a/onlamp/2004/03/18/mysql_templates.html
Dyer, Russell
O'Reilly and Associates
2004
Abstract:
Once you've built several MySQL databases, you'll learn some shortcuts to database design. Why stop there? Take this trick a step further and put together a generic database with a set of empty, standard tables. With a well-designed MySQL template, you can quickly assemble the basics of any database as needed. A template also allows you to focus on the more interesting aspects of a database project.