mysql给函数,存储过程权限的问题

来源:互联网 发布:屏幕颜色校准软件 编辑:程序博客网 时间:2024/05/01 17:37
grant create routine on db_hgadp_test.* to root@'172.16.58.36';

     grant alter  routine on db_hgadp_test.* to root@'172.16.58.36'
;

grant execute       on db_hgadp_test.* to root@'172.16.58.36';
0 0
原创粉丝点击