色系网站哪里有广告推广代运营公司
1 创建用户和数据库
1)创建test用户
mysql -h hadoop1 -P 9030 -uroot -p
create user 'test' identified by 'test';
2)创建数据库
create database test_db;
3)用户授权
1)创建test用户
mysql -h hadoop1 -P 9030 -uroot -p
create user 'test' identified by 'test';
2)创建数据库
create database test_db;
3)用户授权