create user 'hive'@'%' identified by 'hive';
create database hive default character set utf8mb4 collate utf8mb4_unicode_ci;
grant all on hive.* to 'hive'@'%' identified by 'xxx';