开发者

Default MySQL user privileges after executing CREATE USER

What privileges does a newly cre开发者_StackOverflow社区ated user have after running:

CREATE USER 'jeffrey'@'localhost' IDENTIFIED BY 'mypass';


creates a new row in the mysql.user table and assigns the account no privileges http://dev.mysql.com/doc/refman/5.1/en/create-user.html

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜