Create Roll in Database
This is version
1
2
. It is not the current version, and thus it cannot be edited.
Back to current version
Restore this version
MySQL
#
CREATE USER 'role_name'@'localhost' IDENTIFIED BY 'role_password';
MySQL