Hello, I have just purchased a personal hosting plan. I am trying to import a test database, but I am always getting an error
Error (note the is running fine on my PC- using WAMP)

SQL query:

CREATE DATABASE IF NOT EXISTS `dw_bookstore` CHARACTER SET latin1 COLLATE latin1_swedish_ci;

MySQL said: Documentation
#1044 - Access denied for user 'kuacadem'@'localhost' to database 'dw_bookstore'


Can any one help please?

Thank you

suoud