//创建用户
create user 'hive'@'%' identified by 'hive';
//授权
grant all privileges on *.* to 'hive'@'%' with grant option;
flush privileges;
您还没有登录,请您登录后再发表评论
评论