Create a new user with full privileges : Add User « User Permission « SQL / MySQL






Create a new user with full privileges

      

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

   
    
    
    
    
    
  








Related examples in the same category

1.Insert User
2.Creating a New Database and User
3.Confirm privileges for the new user
4.Create user for localhost