Error exporting a csv file in MySql

1

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

    
asked by Luippo 21.08.2017 в 17:47
source

0 answers