HIVE-ERROR 1045 (28000): Access denied for user ‘root‘@‘%‘ (using password: YES)

reason:

Mysql remote connection password is wrong

grant all privileges on *.* to root@"%" identified by 'root' with grant option;

'root' is the password. Change to your own password

Guess you like

Origin blog.csdn.net/weixin_55008454/article/details/130419224
Recommended