/ Published in: SQL
Expand |
Embed | Plain Text
CREATE user 'username'@'localhost' IDENTIFIED BY 'password'; GRANT SELECT,INSERT,UPDATE,DELETE ON *.* TO 'username'@'localhost';
Comments
Subscribe to comments
- Posted By: wearetherock on October 2, 2009
You need to login to post a comment.
