Hi
I'm setting up another drupal site on the same server using a directory link and a second database. The first site has the conf file my.server.first.php and I've made a my.server.second.php file in includes. I've taken the database for the first site called first_drupal and dumped it using mysqldump to first_drupal.sql. Now I've loaded the second database from this file and all is working well, however, I need to remove all the entries in the database for the second site. Is there an easy way to flush the tables for the database second_drupal while maintaining the table structure? I did it this way and not using the default mysql.sql installs that come with the download because I've customized additional modules like filestore, image, etc. and wanted a copy of the first database structure.