Mega Code Archive

 
Categories / MySQL / User Permission
 

Create a new user with full privileges

GRANT ALL PRIVILEGES ON *.* TO monty@localhost IDENTIFIED BY "some_pass" WITH GRANT OPTION;