!!MySQL

{{{
CREATE USER 'role_name'@'localhost' IDENTIFIED BY 'role_password';
}}}

----
[MySQL | CategoryComputing.DB.SQL.MySQL]