User

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).

Related concepts

User — Structure map

Clickable & Draggable!

User — Related pages: