Hi, i am moving ZenCart from one server to another and i have the exported mysql database and when i try and import in phpmyadmin i get the following error:
Error
SQL query:
# HeidiSQL Dump
#
# --------------------------------------------------------
# Host: 67.225.243.221
# Database: dressup_zencart
# Server version: 5.0.85-community
# Server OS: pc-linux-gnu
# Target compatibility: ANSI SQL
# HeidiSQL version: 4.0
# Date/time: 2009-12-21 14:29:45
# --------------------------------------------------------
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='ANSI,NO_BACKSLASH_ESCAPES';*//*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0;*/#
# Database structure for database 'dressup_zencart'
#
CREATE DATABASE /*!32312 IF NOT EXISTS*/ "dressup_zencart"/*!40100 DEFAULT CHARACTER SET latin1 */;
MySQL said: Documentation
#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0;*/
#' at line 14



