hariprasadraja
10/9/2019 - 11:21 AM

sql create user

CREATE USER 'username'@'localhost' IDENTIFIED BY 'password';
-- another way of creating the user
CREATE USER
  user_name IDENTIFIED BY [ PASSWORD ] 'password_value';