创建用户并授权 CREATE USER 'test3'@'%' IDENTIFIED BY '1223456'; GRANT all PRIVILEGES ON bus.* TO 'test3'@'%';