登录管理员用户,在管理员创建新用户 create user grf01 identified by ‘123456’; 创建数据库名 create databases ssh; 为创建的用户去授权:需要切换用户,执行grant命令 grant all on ssh.* to grf01;