create user 'xxx'@'xxx' identified by 'xxxx' 创建用户
grant all on *.* to 'root*@'%'; 授权
flush privileges; 应用权限