Results 1 to 3 of 3

Thread: Database transfer

  1. #1
    ifeallday1
    Guest

    Default Database transfer

    I am trying to transfer my database to another server but the sql and phpadmin versions are different.

    current: myphpadmin 2.9.0.2
    sql 4.1.10
    my new: myphpadmin 2.7.0-pl2
    sql 4.0.16

    I get an error when I try to import the old DB up to the new DB.
    here is the error message below.

    *****************error message***********************
    SQL query:

    -- phpMyAdmin SQL Dump
    -- version 2.9.0.2
    -- http://www.phpmyadmin.net
    --
    -- Host: localhost
    -- Generation Time: Apr 20, 2007 at 11:34 PM
    -- Server version: 4.1.21
    -- PHP Version: 4.4.2
    --
    -- Database: `*******_*******`
    --
    -- --------------------------------------------------------
    --
    -- Table structure for table `Admins`
    --
    CREATE TABLE `Admins` (

    `Name` varchar( 10 ) NOT NULL default '',
    `Password` varchar( 10 ) NOT NULL default '',
    PRIMARY KEY ( `Name` )
    ) ENGINE = MYISAM DEFAULT CHARSET = latin1;



    MySQL said:

    #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 'ENGINE=MyISAM DEFAULT CHARSET=latin1' at line 5

    *****************end error message***********************

    How can I get this done.

  2. #2
    diamontay69
    Guest

    Default

    try taking out all the ' ' and tehen see if that works..

  3. #3
    Kleetus
    Guest

    Default

    Try to delete
    PHP Code:
    DEFAULT CHARSET latin1 
    from

    Quote Originally Posted by ifeallday1 View Post
    CREATE TABLE `Admins` (

    `Name` varchar( 10 ) NOT NULL default '',
    `Password` varchar( 10 ) NOT NULL default '',
    PRIMARY KEY ( `Name` )
    ) ENGINE = MYISAM DEFAULT CHARSET = latin1;

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. license transfer
    By snobearak in forum Dolphin General Discussion v6.00 and above
    Replies: 2
    Last Post: 09-29-2008, 05:03 PM
  2. transfer a 5.6 database to 6.x
    By sanne in forum Database
    Replies: 2
    Last Post: 10-21-2007, 03:43 PM
  3. transfer memebers to a new database
    By birkenstam in forum Upgrading
    Replies: 7
    Last Post: 01-11-2007, 01:51 PM
  4. transfer memebers to a new database
    By birkenstam in forum Open Talk
    Replies: 0
    Last Post: 11-01-2006, 10:46 AM
  5. Users transfer
    By gayscapade in forum Database
    Replies: 3
    Last Post: 06-28-2006, 08:42 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •