mysql授予权限

grant show databases on *.* to 'asg'@'%';

grant select on *.* to 'asg'@'%';

grant show view on *.* to 'asg'@'%';

posted @ 2019-07-11 09:22  酸奶加绿茶  阅读(374)  评论(0)    收藏  举报