user.sql 102 B

123
  1. create database hos1;
  2. grant all privileges on *.* to hos@"%" identified by "123456";
  3. flush privileges;