Hey guys,

I'm moving my store to a new server, and I'm trying to migrate everything without having to spend a week on re-customizing everything in the admin, and adding all my products, etc again.

So, ive exported the SQL from the current setup and am trying to import the .sql file into php my admin, however I keep getting the following error:

Code:
QL query:

--
-- Database: `information_schema`
--
CREATE DATABASE  `information_schema` DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci;


MySQL said: 

#1044 - Access denied for user 'the0908308241669'@'%' to database 'information_schema'
Any information on this? I searched around and found mostly probelms with the sql user, but mine seems to be correct. And if i have to change that, I have no idea where to do that inside of phpMyAdmin.

Any info would be great.

also I am on godaddy - if that makes a difference I know these big host's often have non-standard user paths, etc.