Please follow below steps to fix HDP Sandbox -Mysql root password issue:
Enter
mysql -u root
UPDATE mysql.user SET Password=PASSWORD('hadoop') WHERE User='root';
FLUSH PRIVILEGES...
SQL SERVER INTERVIEW QUESTIONS 1. What is the Complex task that you handled in your project 2. What are the diffe...