Help importing CSV file to PHPmyAdmin

I’m trying to import a CSV file to create a table in my database. After import I get this error message:

Error

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




`#1044 - Access denied for user 'id######_amphibious803'@'%' to database 'CSV_DB'`

Does anyone know how to fix this?

Thanks

Figured it out, had an error in the CSV file

1 Like