Heres the Error..
---------------
SQL query:
--
-- Database: information_schema
--
CREATE DATABASE information_schema
DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci;
MySQL said: Documentation
#1044 - Access denied for user 'my-username'@'%' to database 'information_schema'
------------------
Cant understand this... ive tried giving another user privileges, ive tried creating another database and using my user again to import the database... no luck, same errors all the time?