you need to run mysql at the command prompt (which i can't remember how to do!) and execute the following query;
GRANT ALL PRIVILEGES ON . TO "user"@"%" IDENTIFIED BY "password" WITH GRANT OPTION ;
but this assumes the default user has access to create privileges