I recently changed hosting companies and exported the DB. Now when I try to import the DB to new host, I get the following messege:
Code: Error
SQL query:
-- phpMyAdmin SQL Dump
-- version 2.7.0-pl2
-- http://www.phpmyadmin.net
--
-- Host: localhost
-- Generation Time: Jun 29, 2006 at 06:08 AM
-- Server version: 4.1.18
-- PHP Version: 4.4.2
--
-- Database: `seo_board`
--
CREATE DATABASE `seo_board` DEFAULT CHARACTER SET latin1 COLLATE latin1_swedish_ci;
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 'DEFAULT CHARACTER SET latin1 COLLATE latin1_swedish_ci' at line
I am not sure what happened during the export, but it looks to me that the language was changed. Can this be edited so that I do not have to manually enter the info from my backup? I don't really have any experiance with databases.
|