标签:func class 数据库 line mysq base with post 结果
配置hive全分布模式时候,在mysql里面创建用户:create user ‘hive’ identified by ‘hive’;
然后给hive帐号分配全部权限:
grant all privileges on . on ‘hive’ with grant option。结果出现了Access denied for user ‘root’@’%’。后来我先创建数据库hive:create database hive,再grant all privileges on hive.* to ‘hive’@’%’。
hive:Access denied for user 'root'@'%'
标签:func class 数据库 line mysq base with post 结果
原文地址:http://www.cnblogs.com/jhcelue/p/7200900.html