Hi

I have installed zen 1.32 (in a test area) - & created a database

I now want to import my db from 1.27 into this database.

I have backed up the database as a gzipped file then I went to php admin for my new 1.32 version database and then imported the gzipped file - however I keep getting errors the


-- phpMyAdmin SQL Dump
-- version 2.6.4-pl3
-- http://www.phpmyadmin.net
--
-- Host: localhost:3306
-- Generation Time: Aug 22, 2006 at 09:52 AM
-- Server version: 4.1.19
-- PHP Version: 5.0.5
--
-- Database: `vine_zen`
--
CREATE DATABASE `vine_zen` DEFAULT CHARACTER SET latin1 COLLATE latin1_swedish_ci

the database I am inprting into is called organic

I am a designer and just need pointed in the right direction - do I need to take out the following lines before importing

-- Database: `vine_zen`
--
CREATE DATABASE `vine_zen` DEFAULT CHARACTER SET latin1 COLLATE latin1_swedish_ci

?

Thanks have looked through the faqs and have followed the upgrade instructions - but I am lost at the bit which says

Restore your database from the backup in step #1 earlier into your NEW database just created.


I am trying to import - is that the same thing?