Revision: 17771
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
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