Create user --create user command

Use the "create user" command to create a user.

create user username;

This is a sample to create a user with the "create user" command.

create user kimoto;

How to set password, database and table permissions for user?

Use the grant command to set passwords and database and table permissions for users.

Password setting, database and table permission setting --grant command

Associated Information