Create Roll in Database
MySQL
#
CREATE USER 'role_name'@'localhost' IDENTIFIED BY 'role_password';
MySQL