Does anyone know why I get this error when running mysqlimport
?
mysqlimport: Error: 1045, Access denied for user 'user'@'%' (using password: YES), when using table: XXX
I have tried so many options. Also I am not able to run the below command as referred by some sites:
mysql> GRANT FILE ON *.* to 'user'@'%';
ERROR 1045 (28000): Access denied for user 'user'@'%' (using password: YES)