mysql grant 示例

grant all privileges on *.* to root@'%' identified by '111111' with grant option;
FLUSH PRIVILEGES;
posted @ 2015-04-15 13:14  `兔斯基  阅读(145)  评论(0)    收藏  举报