/ Published in: MySQL
URL: http://dev.mysql.com/doc/refman/5.1/en/adding-users.html
Expand |
Embed | Plain Text
CREATE USER 'monty'@'localhost' IDENTIFIED BY 'some_pass'; GRANT ALL PRIVILEGES ON *.* TO 'monty'@'localhost' WITH GRANT OPTION;
You need to login to post a comment.
