Return to Snippet

Revision: 17771
at September 14, 2009 06:15 by wearetherock


Initial Code
create user 'username'@'localhost' identified by 'password';
grant select,insert,update,delete on *.* to 'username'@'localhost';

Initial URL


Initial Description


Initial Title
Create New User and Grant

Initial Tags
sql, user

Initial Language
SQL