Try editing the top part of a copy of your db back like:
Code:
#-- MySQL dump 8.23
#--
#-- Host: mysql181.secureserver.net Database: bul070xxxxxxxxxx
#---------------------------------------------------------
#-- Server version 4.0.27-max-log
#
#--
#-- Table structure for table `zen_address_book`
#--
DROP TABLE IF EXISTS zen_address_book;
CREATE TABLE zen_address_book (
As using this after you have created the DB, this is not required.
Your tool is phpmyadmin, and you should be able to select the DB first and receive a list of all the tables and then select export to produce a bak of selected tables without the "create DB" instruction