From: Chris Date: 2006-06-09T06:45:40+09:00 Subject: Creating Duplicate MySQL Database I've done it once before and cannot find the command to do it. I'm looking for a SQL command which will spit out the sql statements to create an existing database. All its tables and everything. So I can then take that code and create another database with a different name, but which is basically a mirror image of the original, minus the data. Thanks in advance, Chris -- Posted via http://www.ruby-forum.com/.