> 数据库 > MySQL >

mysql 添加新用户并设置密码

mysql> grant all privileges on *.* to 'test'@'%' indentified by 'test';

所有人能访问用户名密码均为“test” (责任编辑:IT)