Viewing 2 replies - 1 through 2 (of 2 total)
  • You most likely either have the wrong username or password (or both) for the new database.

    The problem is with the SQL export. While it’s valid, and correct… it shouldn’t be trying to recreate the database. It’s supposed to use the existing database that you’re administering at the time.

    To get around this you should open the SQL file and comment out the CREATE DATABASE statement. Then try to mport the file again. eg:

    -- CREATE DATABASE IF NOT EXISTS...

    It’s the -- at the front that will do the trick.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘database problem’ is closed to new replies.