在MySQL中创建cm-hive使用的数据库及账号
时间:2021-07-01 10:21:17
帮助过:23人阅读
1 row affected (
0.00 sec)
mysql> create user
‘hive‘@
‘%‘ identified by
‘123456‘;
Query OK, 0 rows affected (
0.00 sec)
mysql> grant all privileges on metastore.* to
‘hive‘@
‘%‘;
Query OK, 0 rows affected (
0.00 sec)
mysql>
flush privileges;
Query OK, 0 rows affected (
0.00 sec)
mysql>
其他的组件也可以由默认的postgresql改为mysql,步骤都是建库、建账号、赋权。
在MySQL中创建cm-hive使用的数据库及账号
标签:rac back pre ges 步骤 ant 组件 其他 mysq