Problem trying to import txt file in database

Hello, I’m trying to upload a txt file in my database using the import feature on phpMyAdmin. I’m using “CSV using LOAD DATA”. leaving the fields options blank.
But i keep getting this error message:

SQL-query:

LOAD DATA INFILE ‘/tmp/phpHz9uDZ’ INTO TABLE DATA_CALENDAR LINES TERMINATED BY ‘\n’

#1045 - Access denied for user ‘DATABASE NAME’@’%’ (using password: YES)

My credentials can’t be the problem because I’m already logged in.

Thanks you in advance

Did you click on the id_name database before importing?

Does the DATABASE NAME in the SQL match that exactly as 000webhost database name…?

If not just change it within SQL before import.