`

mysql 创建用户、 授权

阅读更多

 

//创建用户

create user 'hive'@'%' identified by 'hive';

 

//授权

grant all privileges on *.* to 'hive'@'%' with grant option;

flush privileges;

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics