Hi There, I have searched the forums and found other posts similar to my problem but none of the suggestions have helped.
I'm stumped:
Exported the database using phpmyadmin version 2.10.1 my sql is version 5, the new database is version 5 and I get the following error:
SQL query:
-- phpMyAdmin SQL Dump
-- version 2.10.1
--
http://www.phpmyadmin.net--
-- Host: localhost
-- Generation Time: Oct 04, 2009 at 03:53 PM
-- Server version: 5.0.45
-- PHP Version: 5.2.5
SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO"
#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 '-- phpMyAdmin SQL Dump
-- version 2.10.1
--
http://www.phpmyadmin.net--
-- ' at line 1
Now the only thing I changed was I removed the 'create database' because i can't create with my server, it's created for me. here is the first line of my sql:
-- phpMyAdmin SQL Dump
-- version 2.10.1
--
http://www.phpmyadmin.net--
-- Host: localhost
-- Generation Time: Oct 04, 2009 at 03:53 PM
-- Server version: 5.0.45
-- PHP Version: 5.2.5
SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";
--
-- Database: `dbhutch`
--
USE `dbhutch`;
--
Can you see anything wrong with this? I have been doing the same thing for all my sites and never have I had this error. Very Frustrating! I have spent 2 hours on this!