Error message when importing CSV file into PHPMyAdmin

Hi,

I am trying to import a .csv file into PHPMyAdmin but I get this error message:

Error
SQL query:

CREATE DATABASE IF NOT EXISTS CSV_DB DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci

MySQL said:

#1044 - Access denied for user ‘cpses_mb5CYRNCvf’@‘localhost’ to database ‘CSV_DB’

I have no idea what it means. Can someone help me, please?

Thanks,

Matt.

The MySQL user that PHPMyAdmin uses to access the MySQL server doesn’t have permission to access the database called “CSV_DB” for creating tables. What permissions does the MySQL user “cpses_mb5CYRNCvf” have?

I do not have a database called “CSV_DB” and I do not know what “cpses_mb5CYRNCvf” is. When I try again the user name changes (see below):

Error
SQL query:

CREATE DATABASE IF NOT EXISTS CSV_DB DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci

MySQL said:

#1044 - Access denied for user ‘cpses_mbYVs3FKwW’@‘localhost’ to database ‘CSV_DB’

Any ideas?

Matt.