Create user for localhost : Add User « User Permission « SQL / MySQL






Create user for localhost

      
CREATE USER
   'CHRIS'@'localhost' IDENTIFIED BY 'CHRISSEC',
   'PAUL'@'localhost' IDENTIFIED BY 'LUAP'

   
    
    
    
    
    
  








Related examples in the same category

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