开发者

Default MySQL user privileges after executing CREATE USER

开发者 https://www.devze.com 2023-01-31 19:43 出处:网络
What privileges does a newly cre开发者_StackOverflow社区ated user have after running: CREATE USER \'jeffrey\'@\'localhost\' IDENTIFIED BY \'mypass\';

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

精彩评论

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