Good afternoon, I am trying to export an Excel file to a MySql table, using phpmyadmin. My query is:
load data infile 'c:\evasiondb.csv' into table 'datos' fields terminated by ';'
I get the following error.
Error SQL query:
load data infile 'c: \ evasiondb.csv' into table
datos
fields terminated by ';'MySQL said: Documentation
#1045 - Access denied for user 'id2646211_db_admin'@'%' (using password: YES)
Greetings