Saturday, May 2, 2015

Solved: Apache Sqoop :Attempted to generate class with no columns

GET LOGIN TO MYSQL
mysql -u root -p
ENTER PASSWORD:

FOR ALL DB USER
grant all privileges on database_name.* to '%'@'localhost';

FOR ALL NON DB USER

grant all privileges on database_name.* to ''@localhost;


No comments:

Post a Comment