CREATE USER 'username'@'host' IDENTIFIED BY 'password';
Creating a new user in the database can be done with the CREATE USER statement (specific to systems like MySQL and PostgreSQL).
Clickable & Draggable!