The Pensive
Articles tagged with mysql duplicate data
Duplicating a mysql database
This is another MySQL trick I keep coming back to. mysqldump -u root --password=pass db1 | mysql -u root --password=pass db2 found @ http://mywheel.net/