MySQL数据库权限操作操作对象:线上和测试所有MySQL Plus数据库创建用户:create user 'testname'@'%' identified by '123456';查看testname用户的权限show grants for testname;testname用户授权:G