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
精彩评论