授权的语句和mysql也是一样的,例如:
GRANT ALL ON dbname TO test;
在doris中只需要执行这个grant语句即可,不需要flush privileges。mysql中需要执行flush privileges