grant all privileges on huarenwang.* to 'huarenwang'@'%' IDENTIFIED BY 'huarenwang';
on后面的是指定的数据库to后面的是数据库用户名%是指定ip访问,如果是%数所有的ip都可以访问by后面的是数据库密码