如何在mysql增加一个和root权限一样的用户,安排

https://www.cnblogs.com/zhuyafeng/p/9283166.html

创建一个用户

第一条命令为:create user 'zyf'@'localhost' identified by '123456';

赋予这个用户mysql_db这个数据库的最高权限

grant all privileges on mysql_db.* to 'zyf'@'localhost';

刷新一下,使其生效

flush privileges;

OK.

    A+
发布日期:2020年04月19日  所属分类:未分类

发表评论

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen: