Doris DDL和DML

1 创建用户和数据库

1)创建test用户

mysql -h hadoop1 -P 9030 -uroot -p

create user 'test' identified by 'test';

2)创建数据库

create database test_db;

3)用户授权

你可能感兴趣的:(Doris,doris,大数据,数据仓库,sql)