Member since
03-21-2020
2
Posts
0
Kudos Received
0
Solutions
03-21-2020
11:35 PM
anyways i solved the issue by setting up a new user id and password to access mysql from sqoop using the following command. (1.) Log into MySQL as root mysql -u root -p (2) mysql> grant all privileges on *.* to 'testuser'@'%' identified by 'testpassword' and it all worked fine. Thank you
... View more
03-21-2020
08:24 PM
I forgot my sqoop username. I am unable to use sqoop import or export because of this. How can we retrieve the username or reset the username. Appreciate your help.
... View more